akhmel / book-store-app

This is a sample BookStore application built using Ruby on Rails. It's a bookstore app where you can add the category of the book, publisher, and the author. The added category, publisher and author are been stored in the database. You can use the added info to add a book. you can be able to edit and delete the books added.

Home Page:https://lovely-dry-tortugas-72041.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

**Bookstore App (Rails)**

standard-readme compliant dependencies Status

This is a sample BookStore application built using Ruby on Rails. It's a bookstore app where you can add the category of the book, publisher, and the author.

the added category, publisher and author are been stored in the database. You can use the added info to add a book.

you can be able to edit and delete the books added.

there is no user authentication for now.

sample

Background

  • HTML
  • CSS
  • ruby
  • rails
  • Rspec
  • bootstrap

Demo

Check out the live demo of the project. Click

Usage

Clone the repository to your local machine

$ git clone https://github.com/macbright/book-store-app.git bookstore

cd into the directory

$ cd bookstore

bundle install to install all the gems

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rails test

If the test suite passes, you'll be ready to run the app in a local server:

$ rails server

Maintainers

Okike Bright – @b_okikebrightokike@gmail.com

https://github.com/macbright/github-link

Future Features

  1. convert the app into a single page app using rails API at the backend and React & Redux at the frontend

  2. add a user session to the app so that only registered users can add book to the store

Contributing

  1. Fork it https://github.com/macbright/book-store-app.git)
  2. Create your feature branch (git checkout -b feature/[choose-a-name])
  3. Commit your changes (git commit -am 'What this commit will fix/add')
  4. Push to the branch (git push origin feature/[chosen name])
  5. Create a new Pull Request

License

The Rails Templates script is released under the MIT license.

About

This is a sample BookStore application built using Ruby on Rails. It's a bookstore app where you can add the category of the book, publisher, and the author. The added category, publisher and author are been stored in the database. You can use the added info to add a book. you can be able to edit and delete the books added.

https://lovely-dry-tortugas-72041.herokuapp.com/


Languages

Language:Ruby 56.4%Language:HTML 38.3%Language:CSS 3.0%Language:JavaScript 2.0%Language:CoffeeScript 0.4%