- This project is not finished yet!!!
- This is the first and small version of this great project.
- This website has an intuitive look! You will be able to register, modify and delete: orders, products and promotions.
- The main idea was to create a shopping system with compatibility for APIs.
- Some functions don't work, but for the first time it is complete
- This version is missing:
- Functional search bar on index page
- Sum by quantity of items
- New calculation with promotions
- Ruby 2.5 or higher - I advise you to use the RVM
- Bundler -
gem install bundler - Rails -
gem install rails - Yarn -
brew install yarnor Install yarn - Git -
brew install gitorinstall git - PostgreSQL - Download PSQL
$ git clone https://github.com/phbomfim/api-shop.git
$ cd api-shop
$ bundle install
$ rails db:migrate
$ rails s
- This repositorie is public and if you wanna help me open a Pull Request
- If you find a error help me and open a Issue
