Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 489 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 489 Bytes

District Hot or Not page

Basic setup

	$ npm install
	$ npm start
	go to [localhost:3000](http://localhost:3000/)

for mongo access:
	$ mongod
	$ mongo (in new tab)

Contents

  • /public - static directories suchs as /images
  • /routes - route files for project
  • /views - views for project
  • README.md - this file
  • app.js - central app file project
  • package.json - package info for project