Backend URL: https://api.lisudoku.xyz
This is lisudoku's Rails backend that is consumed by the React frontend.
It uses a postgres database.
Contributions are welcome! You can contribute by writing code, providing UI designs, or any idea that can improve lisudoku.
Join the discord server.
- Clone the repo
- Install ruby using rbenv (
.ruby-version
specifies the version) - Install postgres (postgresapp for MacOS)
- Install the bundler
gem install bundler
- Install gems
bundle install
- Run migrations
rails db:setup
- Start the server
rails s
The backend is deployed on fly.io.
Deployment command: fly deploy