Skip to content

DavidRMorphew/mounty-hall-app-api

Repository files navigation

The Mounty Hall App API

mounty-with-beaver image

Purpose and Usage

This API is designed to calculate and persist game results data and user names and statistical data for the Mounty Hall App.

Installation

First, fork this API.

You can then type this command in your terminal to clone the API:

git clone git@github.com:DavidRMorphew/mounty-hall-app-api.git

Starting the API Server

Once you've installed the API, open the API's directory:

cd mounty-hall-app-api

Before starting the server, be sure to run:

bundle install

To get the API server running, run the following command in the terminal:

rails s

To stop the server, press ctrl + c.

Seed Data

If you would like to take advantage of some seed data I have provided, run:

rails db:seed 

Then stop and restart the server.

Contributing

Pull requests are welcome. If you want to make major changes, please open an issue first to discuss the proposed change.

Please feel free to add and update tests where appropriate.

This project is designed with collaboration in mind, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The app is open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published