Skip to content

lisudoku/lisudoku_backend

Repository files navigation

lisudoku_backend

Backend URL: https://api.lisudoku.xyz

This is lisudoku's Rails backend that is consumed by the React frontend.

It uses a postgres database.

Contribute

Contributions are welcome! You can contribute by writing code, providing UI designs, or any idea that can improve lisudoku.

Join the discord server.

Setup

  1. Clone the repo
  2. Install ruby using rbenv (.ruby-version specifies the version)
  3. Install postgres (postgresapp for MacOS)
  4. Install the bundler gem install bundler
  5. Install gems bundle install
  6. Run migrations rails db:setup
  7. Start the server rails s

Deployment

The backend is deployed on fly.io.

Deployment command: fly deploy