The app has been deployed: http://internatter.net/
This is our SSW-695 project
- Final Project Proposal: https://docs.google.com/document/d/1BWTw0-wy6PJ-1X6zSMeuGzleIfFwM3JR6vmPc6WAn-o/edit#heading=h.7i25fwcn8ij0
- Development plan: https://docs.google.com/document/d/1y3019feMm72ng7-2Fazr346GXc17Uv9rKQ8XBureSiI
To run the app:
- First Time
- Download node.js and mongodb. Clone the code and then enter to the InterNatter folder by command prompt(windows: cmd).
- Then input:
- npm i express ejs-mate mongoose express-session connect-flash method-override passport passport-local-mongoose joi
- and press enter to download packages.
- Every Time
- Start mongod.exe and mongo.exe.
- Enter to the InterNatter folder by command prompt and then input node app.js (or nodemon app.js) and then press enter.
- The server will be running at http://www.internatter.net