Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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...
- Host: GitHub
- URL: https://github.com/irtiza751/nodejs-todo-api
- Owner: Irtiza751
- Created: 2022-05-15T10:16:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T07:36:15.000Z (about 2 years ago)
- Last Synced: 2023-03-04T02:19:56.963Z (over 1 year ago)
- Topics: expressjs, mongoose, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 functionalityIn 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... 😉