Skip to content

wrlpeake/tic-tac-toe-sinatra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Sinatra API

This is a tic-tac-toe API which uses my tic_tac_toe_wp ruby gem and Sinatra to facilitate the gameplay. This is the back-end to the a forthcoming React front-end.

Setup

  1. Ensure Ruby is installed on your machine with a package manager of your choice
  2. Run gem install tic_tac_toe_wp
  3. Run bundle install

How to run the API

  1. Run $ rackup -p 4567
  2. View at http://localhost:4567

Testing

  1. Run rspec for to run the test suite

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages