justinclanglinais / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.


Languages

Language:Ruby 99.5%Language:HTML 0.5%