/hitchlog-api

Rails 7 api-only app that serves as backend for the Next.js frontend app

Primary LanguageRuby

Github actions CI pipeline Badge

Rails 7 API only app for the hitchlog

  • JWT Authentication with devise-jwt
  • Fully flexible Search with Ransack

This is the backend for the frontend hitchlog-nextjs

Tech stack

techstack

Install

Edit the content of .env.example and copy it over to .env bundle install rake db:schema:load && rake db:migrate should do the trick

Then rails s to start the server