Built using Node.js, Express and MongoDB
- Sign up on MongoDB and create a cluster
- Copy the connection string and paste it in a
.env
file - Use
npm install
to install all dependencies - Use
npm start
to start the server and navigate tolocalhost:3000
to view the website.