An online gaming store to sell games and create accounts,etc. Fully deployed Backend and now with the ability to create and maintain users. Currently not optimised for viewing on mobiles or small screens.
Deployed using Heroku - https://tranquil-taiga-53593.herokuapp.com/
- Account Creation feature available, where you can register and sign up.
- Admin page deployed (can be accessed by adding /admin to root path), where you can add games and view feedback.
- Passwords are saved using hash via Passport.js library.
- Option for buying games enabled via RazorPay API (Test only).
- NodeJS
- MongoDB
- Express.js
- Bootstrap v4.0