Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 816 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 816 Bytes

Campion

A responsive Web Application that allows to add and review campgrounds (real or fictitious).
User Authentication - Users can sign up or login using username and password. Sign up and Sign in is a must if someone wants to contribute to the site.
Authorization - Users can create, edit, and remove campgrounds
Users can comment, review and rate campgrounds added by other Users.

Contributors

Created with

  • Javascript
  • Bootstrap
  • ExpressJS
  • NodeJS
  • MongoDB

To run on your local machine:

  1. Download Code
  2. Open campion folder in terminal
  3. Run command npm i
  4. Run command node app.js

Note - If you don't have node js in your pc download it first.