This is the repository of the project Change The World.
- Write semantic commit messages and use Karma pattern.
- TODO: Define workflow (GitFlow?)
Install the following requirements prior to running this project:
- Go to the root of this project (where this readme file is located)
- Run the following commands on your terminal:
- Build docker image:
docker build .
- Run migrations:
docker-compose run web python /app/change/manage.py migrate --noinput
- Start app server:
docker-compose up -d --build
- Build docker image:
- You should be able to access the admin endpoint: http://127.0.0.1:8000/admin