This project includes a Dockerfile and docker-compose.yml that will setup all the necessary services and dependencies to run this project.
- Install Docker Desktop. This will also install docker-compose, which you will use to build the container.
- From a terminal window, run
docker-compose up
to start up the docker container. This starts the following services:
Creates a MySQL database named gifty
and starts the database server.
Starts the django webserver running at localhost:3000
Start a scss compiler that watches scss files and compiles to css.# niftygifter