Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utkarshchaurasia/leadmanager-backend
Backend application for Lead Manager Webapp built with Node.js, Express.js, and MongoDB and deployed on heroku.
https://github.com/utkarshchaurasia/leadmanager-backend
expressjs leadmanagementsystem mongodb nodejs rest-api
Last synced: about 2 months ago
JSON representation
Backend application for Lead Manager Webapp built with Node.js, Express.js, and MongoDB and deployed on heroku.
- Host: GitHub
- URL: https://github.com/utkarshchaurasia/leadmanager-backend
- Owner: UtkarshChaurasia
- Created: 2021-11-23T17:37:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T17:55:36.000Z (about 3 years ago)
- Last Synced: 2024-11-09T14:49:40.373Z (3 months ago)
- Topics: expressjs, leadmanagementsystem, mongodb, nodejs, rest-api
- Language: JavaScript
- Homepage:
- Size: 444 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌐 LEAD MANAGER BACKEND
Backend application for Lead Manager Webapp.
---
## :memo: Progress
- Built REST APIs.
- Tested APIs using Thunder Client.
- Used JSON web token for authentication.
- Integrated MongoDB Cloud Database.
- Used Salt & Pepper for hashing password to inhance security.
- Passwords are encrypted using BycryptJs.
- Backend application deployed on HEROKU.
- Frontend is in development phase.---
## :bulb: Built Using
- [**EXPRESSJS**](https://expressjs.com/)
- [**NODEJS**](https://nodejs.org/en/)
- [**MONGODB**](https://www.mongodb.com/)
- [**THUNDER CLIENT**](https://www.thunderclient.io/)
- [**HEROKU**](https://dashboard.heroku.com/)---
## :computer: Screenshots
Screenshots of API testing on Thuder Client and will be replaced with final product once project is completed.
Thunder Client Collection can be accessed [**here**](thunder-collection_leadmanager.json)
### SignUp
`Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/createuser`
### SignIn
`Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/login`
### User Profile
`Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/getuser`
### Add Lead
`Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/addlead`
### Update Lead
`Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/updatelead/`
### Fetch All Leads
`Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/fetchallleads`
### Delete Lead
`Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/deletelead/`
---
## :man: Project Created & Maintained By
![]()
Utkarsh Chaurasia