https://github.com/thecodechaser/todo-list-back-end
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
https://github.com/thecodechaser/todo-list-back-end
expressjs nodejs postgresql sequelize
Last synced: 3 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/thecodechaser/todo-list-back-end
- Owner: thecodechaser
- License: mit
- Created: 2022-09-27T19:14:33.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-28T15:26:05.000Z (over 3 years ago)
- Last Synced: 2025-02-04T14:25:45.581Z (about 1 year ago)
- Topics: expressjs, nodejs, postgresql, sequelize
- Language: JavaScript
- Homepage:
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

# Todo-List back-end
> 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.
## Link to the frontend
[Todo-List Frontend](https://github.com/thecodechaser/todo-list-front-end)
## Built With
- NodeJS
- ExpressJS
- Sequelize
- PostgreSQL
## Live version
#### Coming soon!
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
- Node
- Web browser
### Install
- [Git](https://git-scm.com/downloads)
- [Node](https://nodejs.org/en/download/)
### Using it Locally
- Clone the project
```bash
git clone git@github.com:thecodechaser/todo-list-back-end.git
cd todo-list-back-end
```
- Install dependencies
```bash
npm i
or
npm install
```
- To Start the development server
```bash
node server.js
```
## Visit And Open Files
[Visit Repo](https://github.com/thecodechaser/todo-list-back-end)
## Download Repo
[Download Repo](https://github.com/thecodechaser/todo-list-back-end/archive/refs/heads/dev.zip)
## Authors
👤 **Ranjeet Singh**
- GitHub: [@thecodechaser](https://github.com/thecodechaser)
- Twitter: [@thecodechaser](https://twitter.com/thecodechaser)
- LinkedIn: [thecodechaser](https://linkedin.com/in/thecodechaser)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/thecodechaser/todo-list-back-end/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Inspiration: [CogniTensor](https://www.cognitensor.com)
## 📝 License
This project is [MIT](./LICENSE.md) licensed.