Skip to content

d-otis/reservation-system-lite-backend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
 
 
log
 
 
 
 
 
 
 
 
 
 
tmp
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Front End

Back End

Installation Instructions

  1. git clone both frontend and backend repos onto your system
  2. cd into the reservation-system-lite-backend directory
  3. bundle install from the command line to install the necessary gems
  4. rails db:create then rails db:migrate to create and migrate your Postgresql database respectively
  5. rails s to start the server
  6. visit the index.html to view, create, update, or delete a reservation

About

Backend of a Flatiron School project that marries a Rails API with a vanilla JS frontend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published