https://github.com/strongself/rambobot
This a server side app for quizzes. It was built with Swift and backed by Vapor.
https://github.com/strongself/rambobot
Last synced: about 1 month ago
JSON representation
This a server side app for quizzes. It was built with Swift and backed by Vapor.
- Host: GitHub
- URL: https://github.com/strongself/rambobot
- Owner: strongself
- License: mit
- Created: 2017-06-14T11:36:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T05:53:03.000Z (almost 9 years ago)
- Last Synced: 2025-03-04T14:49:20.311Z (over 1 year ago)
- Language: Swift
- Homepage:
- Size: 974 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rambobot
This a server side app for quizzes. It was built with Swift and backed by Vapor.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
What things you need to install the software and how to install them. At first verify swift installation:
```
eval "$(curl -sL check.vapor.sh)"
```
### Installing
A step by step series of examples that tell you have to get a development env running
#### Install Vapor
```
brew install vapor1
```
#### Build project
```
vapor1 build
```
#### Config file allowing access to the database
`Config/mysql.json`
```json
{
"host": "localhost",
"user": "root",
"password": "",
"database": "api"
}
```
End with import data dump into your MySQL DB.
## Versioning
We use [SemVer](http://semver.org/) for versioning.
## Authors
* **Sam Mejlumyan** - [smejl](https://github.com/smejl)
## Contributing
1. [Fork it](https://github.com/strongself/rambobot/fork)
2. Create your feature branch
`git checkout -b feature/fooBar`
3. Commit your changes
`git commit -am 'Add some fooBar'`
4. Push to the branch
`git push origin feature/fooBar`
5. Create a new Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details