/dev_library

A content management system built in Ruby on Rails, used for subscribing to tech books in digital format.

Primary LanguageRubyMIT LicenseMIT

Dev Library

A content management system library application for Software Development books. Aimed mainly towards Software Development students, Computer Science students, professional developers and instructors. A user of this app can find the technical books they need for their school, profession or just to learn. User's can signup for an account and download their books straight from the application.

Table of contents

Demo

To access the app:
Heroku URL: Dev Library App

Example login credentials:
Username: coderJC
password: jc1234

Clone

Clone this repo to your local machine using either one of the following:
SSH git@github.com:CoderJay06/dev_library.git
HTTPS https://github.com/CoderJay06/dev_library.git

Setup

To run this project clone it down, navigate to the ./dev_library directory and run the following commands:

Install gems:
$ bundle install

Initialize the database and optionally seed data:

$ rake db:migrate
$ rake db:seed

Run the server:
$ rails s

Technologies

Project is created with:

Status

This project is still being developed. Added features and functioinality will include:
subscription plans, book images, book wish lists, stripe billing and more!

Logo

Algorithm schema

License

License