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

https://github.com/mohakcodes/nodejs-todoapp

Implementation of backend of nodejs todo app, where CRUD requests, user authentication & storage is handled. The backend integrates with a database to store and retrieve tasks. It ensures security, error handling, and logging for a reliable user experience.
https://github.com/mohakcodes/nodejs-todoapp

Last synced: about 2 months ago
JSON representation

Implementation of backend of nodejs todo app, where CRUD requests, user authentication & storage is handled. The backend integrates with a database to store and retrieve tasks. It ensures security, error handling, and logging for a reliable user experience.

Awesome Lists containing this project

README

          

# Todo-List Backend

The backend of a Todo app with CRUD operations, login/logout, and database features handles task management, user authentication, and data storage. It provides API endpoints for creating, reading, updating, and deleting tasks. Users can register, log in, and log out securely. The backend integrates with a database to store and retrieve tasks. It ensures security, error handling, and logging for a reliable user experience.

## Author

- [@mohakcodes](https://www.github.com/mohakcodes)

## Run Locally

Clone the project

```bash
git clone https://github.com/mohakcodes/NodeJS-TodoApp.git
```

Go to the project directory

```bash
cd todo-app
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```