This a server side app for quizzes. It was built with Swift and backed by Vapor.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them. At first verify swift installation:
eval "$(curl -sL check.vapor.sh)"
A step by step series of examples that tell you have to get a development env running
brew install vapor1
vapor1 build
Config/mysql.json
{
"host": "localhost",
"user": "root",
"password": "",
"database": "api"
}
End with import data dump into your MySQL DB.
We use SemVer for versioning.
- Sam Mejlumyan - smejl
- Fork it
- Create your feature branch
git checkout -b feature/fooBar
- Commit your changes
git commit -am 'Add some fooBar'
- Push to the branch
git push origin feature/fooBar
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE.md file for details