Todo-List back-end is an application for users to handle their daily tasks. Users can add, delete, and update tasks from the list. This is the back-end APIs built in NodeJS and ExpressJS.
- NodeJS
- ExpressJS
- Sequelize
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
- Clone the project
git clone git@github.com:thecodechaser/todo-list-back-end.git
cd todo-list-back-end- Install dependencies
npm i
or
npm install- To Start the development server
node server.js👤 Ranjeet Singh
- GitHub: @thecodechaser
- Twitter: @thecodechaser
- LinkedIn: thecodechaser
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Inspiration: CogniTensor
This project is MIT licensed.