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.
-
Ruby v2.7.1
-
Ruby on Rails v5.2.4.5
-
Cloudinary
-
Devise
-
Bootstrap 4
-
Rspec
To get a local copy up and running follow these simple example steps.
git@github.com:LoboArkano/Book-Store.git
-
Ruby: 2.7.2
-
Rails: 5.2.4.5
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Open http://localhost:3000/
in your browser.
To run all tests use this command:
bundle exec rspec
To run only model tests run this instead:
bundle exec rspec spec/models
👤 Roberto Perez Jimenez
- Github: @LoboArkano
- Twitter: @LoboArcano92
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.