Skip to content

kak79/concentration-backend

Repository files navigation

Concentration


Play a Concentration game.
Flatiron Portfolio Project -- Module 4: React and Redux with Rails API

Install Instructions

Make a folder on your system, fork and clone this repo and https://github.com/kak79/concentration into two sub folders or directories so they are in the same folder or directory.
Navigate to the 'concentration' folder in the terminal and run:
npm install

Navigate to the 'concentration-backend' folder in the terminal and run the following:

bundle install
rails db:migrate
rails db:seed

Running the App

In the terminal that you have open at the 'concentration-backend' folder, run
rails s -p 3001
in your terminal to access and use the Rails API.
Find the 'concentration' folder and run
npm start
Have fun!

License

Copyright (c) 2021 Kim Kohel-Hayes

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published