Users should be able to:
- Select start and finish locations for their route
- Save routes to a wish-list
- Mark completed routes as ‘done’
Users should be able to:
- See pubs along the route
- Add notes to saved routes
- Delete individual routes
First use the clone to download the repo, then unzip (if downloaded) in decided location.
Run NPM dependencies command in terminal
$ npm install
you will also need to require mongodb for the server database.
first of all you'll need to update your home brew with
brew update
once done, you can install mongodb with
brew install mongodb -g
which will install mongodb globally (-g)
now we get to the good part, start up your new mongodb with
mongod
then start your sever with
npm start
to start up sever, which should be on localhost:3000
remember if you want to edit the files you'll have to have webpack running (and our consent if you're doing anything but playing with the code).
to run webpack type
npm run bundle
It is called KangarooSong(click to download)
function = function(event) {
console.log(event)
}
- sublime - the lightweight text editor
- atom - the lightweight text editor
- npm - package manager for JavaScript
- Json Formatter - a great little formatting extension for browsers
- Insomnia - a platform to test your RESTful routes with
- Victoria Plows - vixplows
- Sam Campbell - Samcam1985
- Ross Murray - BoscoMurray
- Reece Jones - lost-in-Code
See also the list of contributors who participated in this project.
- Thanks to google for providing api and base code for your applications
- Thanks to the instructors at CodeClan for your instruction