Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 864 Bytes

README.md

File metadata and controls

52 lines (38 loc) · 864 Bytes

Campy

Deploy

Campy is a Full stack application built in Express which allows you to view and comment on different camping sites across the world

Running

Git clone git@github.com:nikhilmufc7/Campy.git
cd to your cloned version
npm install
open a new tab in terminal for mongo instance and type

mongod
Back to our original tab

npm start or node app.js
open localhost:3000 in your browser

Technologies and Packages used

  • Node
  • MongoDB
  • Express
  • EJS
  • PassportJS
  • Bootstrap
  • Npm packages
    • Flash messages
    • mongoose
    • passport-local-mongoose
    • body-parser
    • method-override

Node, Mongo,Express image