The api bakcend for an interactive web game app that provides engaging games to help you relax
Website : GameLab
Clone the project files to your local repository:
- HTTPS =>
https://github.com/edd-ie/GameLab-B.git
- SSH =>
git@github.com:edd-ie/GameLab-B.git
- Git CLI =>
gh repo clone edd-ie/GameLab-B
Open terminal.
- Install Dependencies
- Run the development sever
$ bundle install
$ rake server
- This is the api source for a frontend website used to provide responses to various HTTP requests
The User model use sinatra's active records to retrieve users data from the database and enables manipulation of the user data.
The Jump model use sinatra's active records to retrieve the jumps game data from the database, from score to users_id and enables manipulation of the data.
The Jump model use sinatra's active records to retrieve the 2️⃣0️⃣4️⃣8️⃣ game data from the database, from score to users_id and enables manipulation of the data.
This model is used to source application statistics for the leader board and active users count.