- Install Docker, and docker-compose
- Clone repository and enter folder
git clone https://github.com/niktay/CS2102-assignment.git
- If volumes folder exists in the director,
rm -r volumes/to remove previous db records. - Run
docker-compose build - Run
docker-compose upto launch flask server and postgres server. - Navigate to
127.0.0.1in your browser to check if flask is active.
The application comes preloaded with an admin account with the following credentials
username: admin password: 123
Admin interface can be accessed at http://127.0.0.1/admin