https://github.com/prity25-coder/project-management-backend
https://github.com/prity25-coder/project-management-backend
firebase nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/prity25-coder/project-management-backend
- Owner: Prity25-coder
- Created: 2024-08-25T08:56:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-25T09:50:01.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T22:31:20.872Z (over 1 year ago)
- Topics: firebase, nodejs
- Language: JavaScript
- Homepage: https://project-management-backend-seven.vercel.app
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project management Backend
## All Task
- [x] Configure server
- [x] Configure env
- [x] configure firebase-admin
- [x] configure global error handler and not found route middleware
- [x] Add generic status code and title
- [x] add auth route
- [x] signup
- [x] create user
- [x] create jwt-token
- [ ] update-user
- [ ] delete-user
- [x] Add isLoggedIn middleware using firebase-admin
- [x] Authorization
- [x] add Project route
- [x] addProject
- [x] getProjects
- [x] getProductById
- [x] updateProject
- [x] deleteProject
- [ ] Add Task route
- [ ] addTask
- [ ] getTask
- [ ] getTaskById
- [ ] updateTask
- [ ] deleteTask
- [x] deploy on any cloud
- [x] add all env variables while deploying
- [x] update cors link