Skip to content

oukaire/node-js-getting-started

 
 

Repository files navigation

Assignment3:landmarkz, a server for Assignment2:landmarks


by Onyi Ukay Last Updated: November 17, 2017

A Node.js app using Express 4.

This application supports the Getting Started with Node on Heroku article - check it out.

Implemented:

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

Hours spent on Learning, Designing & Implementing

15 hours

Credits

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:

About

Getting Started with Node on Heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.1%
  • JavaScript 34.2%
  • CSS 5.7%