A full stack website using Node.js and MongoDB in the backend and HTML/CSS for frontend. Libraries/Frameworks used:-
- Express.js
- Mongoose
- Bootstrap
- EJS
- ejs-mate
- method-override
- dotenv
- Install node on your system, from https://nodejs.org/en/download/
- Install all dependencies by running
npm i - Setup a mongoDB atlas account, create a cluster and provide the cluster URI in config.env file under the key name 'MONGODB_URL'.
- Run the project using command:
node serverornodemon server