Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/niche-website-server-side
https://github.com/i-m-hossain/niche-website-server-side
crud-application express heroku jwt-authentication mongodb nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/i-m-hossain/niche-website-server-side
- Owner: i-m-hossain
- Created: 2021-11-22T19:15:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T19:18:36.000Z (about 3 years ago)
- Last Synced: 2024-10-15T07:28:09.956Z (3 months ago)
- Topics: crud-application, express, heroku, jwt-authentication, mongodb, nodejs
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Nokshi backend
root api directory: https://still-taiga-80375.herokuapp.com/### features:
1. Mongodb is connected
2. Collections were created(products, users, reviews, orders, contacts )
3. CRUD operation performed for different api's
4. Deployed to heroku
5. JWT token used to protect the api for make admin route#### packeges used
1. Mongodb
2. Express
3. Dotenv
4. Cors