Skip to content

jlouthan/actw-carpool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

actw-carpool

Source code from ACT-W talk on 04/11/15

Get the app up and running

You will need to have node and its package panager npm installed. This is really easy to do, there's a big button on their home page labeled "INSTALL" You will also need to install MongoDB, the database this project uses. You can do that here.

Open a terminal window and run the following commands

  • clone the application: git clone https://github.com/jlouthan/actw-carpool.git

  • go into the application directory: cd actw-carpool/

  • run npm install

  • Open a second tab in terminal and start the mongo service with the command mongod. You'll see some text fly by. If it says something like "waiting for connections on port 27017", you're good to go.

  • Go back to the original terminal window and start the app with node server.js

  • You'll see output in the terminal "Listening on port 3088"

  • Open a browser window and navigate to http://localhost:3088/

  • You should see the front end of the application. Add some data to the app with the form, and go from there!

Feel free to add issues here on GitHub or contact me directly at [email protected]

About

Source code from ACT-W talk on 04/11/15

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published