Simpletest is a quiz app built on MEAN stack
-
Make sure the Docker Engine and Compose are installed.
-
Download the latest Simpletest Docker compose file from here. You can make it by run the following command:
curl -LO https://raw.githubusercontent.com/MagyarMate/simpletest/master/docker-compose.yml
- Start the application using the following command:
docker-compose up -d
- Use the following login\pass to access:
- Administrator: root/sajtsajt
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.