Skip to content

Backend for Puzzler. Complete Puzzles against the clock!

Notifications You must be signed in to change notification settings

skyfox93/Puzzler-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Puzzler.gif

Run This Example Locally

  • Clone this repository
  • Clone the backend repository
  • Navigate to the backend repository and run:
  • bundle install
  • rails db:create
  • rails db:migrate
  • rails s
  • Navigate to this repository and run:
  • npm install
  • PORT=3001 npm start

About

Backend for Puzzler. Complete Puzzles against the clock!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 99.3%
  • HTML 0.7%