shadrech / bootcamp-project

CodeMonya bootcamp code project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeMonya Bootcamp

wip

Setup

There are a few dependencies to the app. Docker and docker-compose are required to run the MongoDB database. The api runs on Node (v7.10.1 and NPM v5), the app runs best with yarn Once the repo has been cloned run

$ docker-compose up -d

in the root directory run start up the docker image. Once that is done, run

$ cd api/
$ npm i
$ npm start

to start the api server on http://localhost:8000. Once that is done open up a new terminal tab and navigate into the app directory and start the React app

$ cd app/
$ yarn install
$ yarn start

The React app will be running on http://localhost:3000

About

CodeMonya bootcamp code project