/mod5-proj-backend

Martial Arts class management app for students/parents to sign up for and keep track of their classes. Back end built with Ruby on Rails, using BCrypt and JWT tokens for auth, serializers for nested JSON renders, and custom methods and serializers. Postgres database.

Primary LanguageRuby

README

// change CORS settings at /config/initializers/cors.rb before deploying to internet //

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...

mod5-proj-backend