A Node.js app using Express 4.
This application supports the Getting Started with Node on Heroku article - check it out.
All components of assignment have been implemented. Components include: 'index.js' main web app server with the routes:
- POST '/sendLocation' - requires - login (a string) - Two floats lat and lng
- GETs '/' - renders homepage
- ' and '/checkins.json' - requires a query string with a login 'readFromDatabase.js' exports a single function that reads from Mongodb servers. It was implemented to practice how to split server files across multiple documents. 'home.ejs' incorporates javascript function into home page 'home.css' style sheet for home page
15 hours
A Shout-Out to Toby Glover for affording me a tutorial on ejs. Also found out about his comp20 project: Wikilinks - check it out!
The Documentations at: