Skip to content

vixplows/weekend_router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weekend_router:

MVP

Users should be able to:

  1. Select start and finish locations for their route
  2. Save routes to a wish-list
  3. Mark completed routes as ‘done’

Extras

Users should be able to:

  1. See pubs along the route
  2. Add notes to saved routes
  3. Delete individual routes

Setup

Getting Started

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

As an option you can download and install the font for the page

It is called KangarooSong(click to download)

Tips for debugging

function = function(event) {
  console.log(event)
}

Built With

  • 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

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Thanks to google for providing api and base code for your applications
  • Thanks to the instructors at CodeClan for your instruction

About

Team project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •