Skip to content

IST-440W-SPRING-2016-TEAM-3/doctorPortalNWAPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Use This App

Install Software

    1. Install git
    • a) https://git-scm.com/
    1. Install nodejs/npm(node package manager)
    • a) https://nodejs.org/en/download/
    1. Install mongoDB
    • a) https://www.mongodb.org/

Setup MongoDB

    1. Install mongoDB from above link
    1. Follow MongoDB's guide to get mongo up and running
    • a) https://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/

Setup Project

    1. Fork project to your personal repo
    • a) Use fork button at the top of the page
      • You will then be redirected to your personal repo
    1. Pull Down Project
    • a) git pull "your repo URL here"
    1. Navigate into the project's root directory and run the following command
    • a) npm install
      • I) This is installing all dependencies for the project, so everything is set up and can run correctly.
    1. Run the following command in the project's root directory
    • a) node bin/www
      • I) This command starts the nodejs server using our project.
    1. Navigate to the following site in your browser
    • a) localhost:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages