Source code for the Xadar Adventures Scavenger hunt application available on the ios app store and the android play store
The preferred method to run the web and api project is using docker-compose. The instructions are below.
- First fill out the sample.env file with your database and application credentials then rename the file to
.env
- Then
docker-compose up -d
from the root of this repository. Both the api and web will begin running
If docker is not installed, follow the instructions in the /web and /api folders to run the applications.