Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.69 KB

readme.md

File metadata and controls

47 lines (32 loc) · 1.69 KB

How to use this repository

Scrutinizer Code Quality Build Status

Getting started with the project

  1. Clone the repo.

  2. Create an .env in the root of the repo and copy the contents from .env.example and fill in the blanks.

  3. Create an .env in customerapp/ and add your github client id for Oauth.

    REACT_APP_GITHUB_CLIENT_ID=
    REACT_APP_GITHUB_REDIRECT=http://localhost:5200/
  4. Start the docker images

    docker-compose up --build
  5. With the images running the clients are accessed by:

  6. To start the simulation with 4500 scooters.

    docker exec -it bike-brain2 bash -c "python3 main.py"
    

    Admin client User client

  7. Misc