The purpose of this project is to build a REST API using Django Rest Framework modelled off of Freshbooks.
- Install Docker for Mac
- Run
docker-compose build
to build the container
To start the project: docker-compose up
To enter the container when you can run python commands: docker-compose run web bash
Running docker-compose build
will install dependencies. No need for pip install -r requirements.txt