Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-m-hossain/work-analysis-backend
https://github.com/i-m-hossain/work-analysis-backend
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/i-m-hossain/work-analysis-backend
- Owner: i-m-hossain
- Created: 2022-09-11T00:07:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-13T03:41:30.000Z (over 2 years ago)
- Last Synced: 2024-10-15T07:27:59.898Z (3 months ago)
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## project overview
This is a simple node.js project featuring
1. User authentication using JWT
2. Protected routes
3. File uploading
4. Reading file stream and extract info to save the database### Packages used:
1. express
2. mongoose
3. Multer
4. jsonwebtoken