To run the project you need the following tools:
- Docker (for the database container)
- Dotnet 8.0
git clone https://github.com/PreciousNyasulu/AD_Technical_Challenge.git
cd AD_Technical_Challenge
Start the docker container using the following command
docker compose up -d
create an environment file (.env
) on the root directory of the project.
cp .env.example .env
To start the program run the following shell script command below:
sh ./serve.sh