kalpetros / ride-hailing-surveys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ride-hailing surveys app

Getting started

Step 1

To setup the app type:

$ docker-compose up

Once the containers are up and running visit http://localhost:8080 to interact with app.

Step 2

In order to add some data there are two options:

Option 1 (Recommended)

Automatically add some dummy data by running:

$ docker-compose run --rm --no-deps backend python manage.py generate_data

Option 2

Visit http://localhost:8000 to manually add the data you need.

Note: You need to create a superuser first by typing:

$ docker-compose run --rm --no-deps backend python manage.py createsuperuser

Tests

To run tests type:

$ docker-compose run --rm --no-deps backend python manage.py test

ERD

ERD

High level architectural diagram

HLAD

About


Languages

Language:Python 64.3%Language:JavaScript 26.2%Language:SCSS 7.4%Language:Dockerfile 1.3%Language:HTML 0.8%