This is the backend repo for the TechGenius web app being used to manage a fictional business PaperPal. This backend is built in Node.js and Express with MongoDB as database.
Check out the live site in action HERE
Check the frontend repo here
Note: Due to free tier restrictions on the custom backend, it is best to visit the backend site first deployed here so that the login on the frontend is smooth. It takes about half a min to start. Once the site loads you can close and navigate to the frontend.
- Custom authentication implemented using JWT
- Supports CORS
- Response rate limited to 5 requests per minute
Immensely grateful to Dave Gray for his amazing web dev tutorials.