LoboArkano / Book-Store

Ecommerce dedicated to books, any new user account receives 50$ to buy their favorite books.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store Web App

Book Store is a web application where sellers can sell their books and buyers can buy any book they want, provided they have enough money.

Screenshots

image

image

Live Demo

Live version

Built With

  • Ruby v2.7.1

  • Ruby on Rails v5.2.4.5

  • Cloudinary

  • Devise

  • Bootstrap 4

  • Rspec

Getting Started

To get a local copy up and running follow these simple example steps.

    git@github.com:LoboArkano/Book-Store.git

Prerequisites

  • Ruby: 2.7.2

  • Rails: 5.2.4.5

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate
   rails db:seed

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

To run all tests use this command:

    bundle exec rspec
    

To run only model tests run this instead:

    bundle exec rspec spec/models

Author

👤 Roberto Perez Jimenez

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

Ecommerce dedicated to books, any new user account receives 50$ to buy their favorite books.


Languages

Language:Ruby 68.1%Language:HTML 29.4%Language:JavaScript 1.3%Language:SCSS 1.2%