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

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

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