Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 710 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 710 Bytes

Chirp - a simple MEAN stack implementation of a twitter like app.

MongoDB

Express.js

Angular.js

Node.js

  • public deployment hosted on AWS on an EC2 instance: link

  • to run locally clone repository and run "npm install" which will download and install all dependencies to "node_modules" directory locally. Once all dependencies have installed correctly, type "npm start" to run app on local host with port number 3001.

  • You must also make sure that you install mongodb and run locally so that there is a memory allocated for a local database instance.

  • Sunny Singh

  • Created from Microsoft Virtual Academy Demo