Reservation System Lite - Back End
I was recently asked by a friend what it would take to make an equipment reservation system for their art gallery. The gears started turning and I wanted to take part of that domain as inspiration for my Rails and Javascript Final Project.
Installation Instructions
git clone
both frontend and backend repos onto your systemcd
into thereservation-system-lite-backend
directorybundle install
from the command line to install the necessary gemsrails db:create
thenrails db:migrate
to create and migrate your Postgresql database respectivelyrails s
to start the server- visit the
index.html
to view, create, update, or delete a reservation