This is the Back End Capstone built in Nashville Software School, along with sillysnap.com being built once in AngularJS and once in ROR.
Built with Ruby on Rails 5, Ruby 2.4.2, PostgreSQL, Bootstrap 4.
Ruby on Rails, PostgreSQL installed and an IDE like VS code, Sublime Text or similar.
1. Clone the Repo
- CD into the folder and install the gems by typing in the terminal:
bundle install
- Create the Database by typing in the terminal:
rails db:migrate
- Seed the Database with categories by typing in the terminal:
rails db:seed
- Run rails server by typing in the terminal:
rails s
- Open your favorite Web Browser and type:
http://localhost:3000
-
Register as a new user and start uploading books.
-
Have fun.
A live version of the site can be seen at http://www.bookclubpro.com