This to-do API project uses Express.js, a fast and minimalist web framework for Node.js. It is designed to handle web and mobile application backends efficiently.
- Lightweight and unopinionated design
- Middleware integration for enhanced functionality
- Support for RESTful APIs
- High performance and scalability
Follow these steps to install and set up the project locally:
# Clone the repository
git clone https://github.com/MEDATTA0/Todos.git
# Navigate to the project directory
cd Todos
# Install dependencies
npm install