Skip to content

Skonry/library-of-babel-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library of Babel

Description

API part of app that help you create your own virtual library. Rate and review books. Manage collections of books that you read, are reading or want to read.

Live demo

A live demo can be viewed here: https://library-of-babel.netlify.app/

How to set up project locally

Requirements

Installation

  1. Clone the repo locally: git clone https://github.com/Skonry/library-of-babel-api.git

  2. Navigate to project directory: cd library-of-babel-api

  3. Create the database.yml file cp config/database.yml.example config/database.yml

  4. Install the gems: bundle install

  5. Create and seed the database: rails db:create rails db:migrate rails db:seed

  6. Create account in Cloudinary service and configure Cloudinary library https://cloudinary.com/documentation/rails_integration#configuration

  7. Start app: rails server

  8. Set up frontend part of app if it isn't already done.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published