Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenConde committed May 21, 2019
1 parent 3bc705b commit 10ad8eb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion readme.md
Expand Up @@ -33,7 +33,13 @@

# About GéoQuizz API

GéoQuizz API is a RESTful API for the consumption of the game of the same name, made mainly in PHP using the Laravel framework in its version 5.8 and deployed in a heroku server for its use.
The idea of GéoQuizz API comes from a school project in which the objective is to feed a game where users could select a specific place to then get photos of important sites of it and locate them on a map. This API is created mainly for this reason, however, the structure of it can be used as a basis for future projects.

GéoQuizz API is a RESTful API for the consumption of the game of the same name, made mainly in PHP using the Laravel framework in its version 5.8. The structure of the GeoQuizz API database is MySQL, in the section of each table you can see the information concerning it as well as its fields.

At the moment the project is hosted on the Heroku server, in the future will be launched on a server of its own. The basic structure of the url is:

`https://geoquizz-api.herokuapp.com/api/v1/:endpoint`

## Structure

Expand Down

0 comments on commit 10ad8eb

Please sign in to comment.