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.
To access the app:
Heroku URL: Dev Library App
Example login credentials:
Username: coderJC
password: jc1234
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
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
Project is created with:
This project is still being developed. Added features and functioinality will include:
subscription plans, book images, book wish lists, stripe billing and more!
- MIT license
- Copyright 2020 © CoderJay06.