A website to enable users to add pictures with description, comments and ratings. Implemented user authentication features (signup, login, logout).
Check it out here !
- git clone https://github.com/sakshi-s/Campgrounds-Portal.git
- cd Campgrounds-Portal
- npm install
- create a .env file and set DB_URL as the URL to your database
- node app.js
- Server starts running at "localhost:3000"