Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 641 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 641 Bytes

week-3-schema-design

MongoDB for Node.js developers by MongoDB University

Installation

npm install

Blog project for hw2 and hw3

  • blog/app.js - entry point
  • blog/package.json - npm package description
  • blog/posts.js - Posts Data Access Helper
  • blog/sessions.js - Sessions Data Access Helper
  • blog/users.js - Users Data Access Helper
  • blog/views/ - html templates

Homeworks

Run homework 3.1

npm run hw1

Run homework 3.2

cd blog/
npm install
node app.js

Run homework 3.3

cd blog/
npm install
node app.js

Environment

localhost:8082

License

Released under the MIT License