Backend application for Lead Manager Webapp.
- 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.
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
Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/createuser
Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/login
Endpoint: https://leadmanager-backend.herokuapp.com/api/auth/getuser
Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/addlead
Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/updatelead/<lead_id>
Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/fetchallleads
Endpoint: https://leadmanager-backend.herokuapp.com/api/leads/deletelead/<lead_id>