Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irtiza751/nodejs-todo-api

This is a simple todo API with features like: Authentication & Authorization - CRUD - Image uploading - Automated Emailing & so much more...
https://github.com/irtiza751/nodejs-todo-api

expressjs mongoose nodejs rest-api

Last synced: about 18 hours ago
JSON representation

This is a simple todo API with features like: Authentication & Authorization - CRUD - Image uploading - Automated Emailing & so much more...

Awesome Lists containing this project

README

        

# TODO-API
This is a simple todo API with features like:
- [x] Authentication & Authorization
- [x] CRUD
- [x] Image uploading
- [ ] Automated Emailing
- [ ] Password reset functionality

In order to use this repo 1st install node then clone this repo and run `yarn add`
After running `yarn add` create a dot env file in your root folder and add the following keys.
1. db_connection = 'XXXXX-XXXXX-XXXXX'
2. jwt_secret = 'some jibrish abc xyz @123...'
3. root_url = 'localhost:3000'

And you're good to go... 😉