Skip to content

phbomfim/api-shop

Repository files navigation

MyShop System 🛒

A shop system with API functions

img

Project notes 📋

  1. This project is not finished yet!!!
  2. This is the first and small version of this great project.
  3. This website has an intuitive look! You will be able to register, modify and delete: orders, products and promotions.
  4. The main idea was to create a shopping system with compatibility for APIs.
  5. Some functions don't work, but for the first time it is complete
  6. This version is missing:
  • Functional search bar on index page
  • Sum by quantity of items
  • New calculation with promotions

Prerequisites ⚙️

  1. Ruby 2.5 or higher - I advise you to use the RVM
  2. Bundler - gem install bundler
  3. Rails - gem install rails
  4. Yarn - brew install yarn or Install yarn
  5. Git - brew install git or install git
  6. PostgreSQL - Download PSQL

Installation Steps 📌

1. Clone the repository

$ git clone https://github.com/phbomfim/api-shop.git

2. Change the working directory

$ cd api-shop

3. Install dependencies

$ bundle install

4. Migrate a database

$ rails db:migrate

5. Run the app

$ rails s

Contribuition 📈

  • 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

About

A shop system with API compatibility

Resources

Stars

Watchers

Forks

Packages

No packages published