This project was created for learning and practice purposes. It is primarily based on concepts and code structures demonstrated in various online tutorials and resources, which served as invaluable guides in my understanding and implementation. While I've applied my own learning and made adaptations, the core ideas and fundamental components originate from these educational materials. This repository showcases my efforts to understand and apply specific technologies and programming paradigms, rather than presenting entirely novel creation.
To start this project follow the mentioned steps:
- Fork repo and download files. Instal node module dependencies such as express, mongoose, ejs, bodyparser, etc.
- Create a MongoDB atlas account and start a new cluster from there copy your username and password.
- replace username with and password with in above mentioned locations
- Try starting it by using the command node app.js in your terminal. make sure you are in the required directory before executing command