An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/thecodechaser-blueviolet)

# 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.