Skip to content

Bookshelf is a streamlined web app for sharing books, purpose-built as the go-to material for Deemaze Rails training

Notifications You must be signed in to change notification settings

pedroseabra1091/bookshelf

Repository files navigation

repo-banner

Bookshelf

Bookshelf is a streamlined web app for sharing books, purpose-built as the go-to material for Deemaze Rails training.

Features

  • Reserve and return book;
  • Reservation history;
  • Visualize other users active readings;

Setup guide

There are a couple of system dependencies that have to be installed before moving to the application dependencies:

  • ruby – Either asdf or RVM are fine choices;
  • node – My recommendation goes to asdf;
  • redis

Once all package managers are installed, execute the following to set all the system dependencies versions:

asdf install

Next, execute the application setup script which will install all application dependencies are create the database:

bin/setup

Now with everything set, the development server can be executed and visited at localhost:3000:

bin/dev

About

Bookshelf is a streamlined web app for sharing books, purpose-built as the go-to material for Deemaze Rails training

Resources

Stars

Watchers

Forks