Shopping App
- Tech Stack: Javascript, Node.js, Express.js, EJS(templating engine), CSS, MongoDB, Mongoose ODM, Heroku
- Website URL: Link
- Github URL: Project Link
It uses Express js and other libraries to navigate between the frontend and handling the routes. I used EJS(Templating engine) and CSS for the frontend.
This app uses the MVC design pattern.
Mongoose ODM is used to connect and access the MongoDB database, which stores user info, product info and also session info
The app uses sessions, authentication and validation to handle users.
Deployed using the Heroku service provider.