Pict Puzzle is puzzle solving app built with Ruby on Rails and ReactJS. Solve puzzles against the clock!
This repository contains the Ruby on Rails backend. You can find the ReactJS front end here
- Clone this repository
- Clone the backend repository
- Navigate to the backend repository and run:
bundle installrails db:createrails db:migraterails s
- Navigate to this repository and run:
npm installPORT=3001 npm start
