To get started, follow the instructions below.
To run this project, you will need to have the following installed:
To install this project, run the following command in your terminal:
- Activate the project's virtualenv:
pipenv shell
Or
make start-env
- Install the dependencies
pipenv install
- Activate the project's virtualenv, run:
pipenv shell
Or
make start-env
- Copy
.env
file from.env.example
cp ./.env.example .env
- Start the application
python manage.py runserver <PORT>
OR
make run-server port=<PORT>