Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/maheini/Racego-api
Browse files Browse the repository at this point in the history
  • Loading branch information
maheini committed Mar 2, 2022
2 parents 6687a70 + ebee32c commit 4d42429
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Racego API is the backend of [Racego](https://github.com/maheini/Racego), a race management tool.

## Setup instruction
1. Any Mysql or MariaDB database is supported. Use [racego_database.sql](https://github.com/maheini/Racego-api/blob/master/racego_database.sql) to set up the DB content.
2. Open api.php and edit all config settings on the bottom. Important: Set database connection settings.
3. Put api.php and RacegoController on your preferred Webserver (Apache, Nginx, Litespeed...) and let's go!
1. Any Mysql or MariaDB database is supported. Use [racego_database.sql](https://github.com/maheini/Racego-api/blob/master/racego_database.sql) as import to set up the DB structure and content.
2. Open config.php and set up your DB connection settings
3. Upload api.php, config.php and RacegoController.php to your preferred Webserver (Apache, Nginx, Litespeed...) and let's go!

## Requirements
- PHP 7.0 or higher with PDO drivers enabled for one of these database systems:
- MySQL >= 5.6 / MariaDB >= 10.0

0 comments on commit 4d42429

Please sign in to comment.