Skip to content

gabrielassanuma/pizzashopAA

Repository files navigation

PizzaShopAA

Pizza shop application where users can place orders. The system manages and streamlines the flow of orders.

Tech Stack

This Project was build using Ruby on Rails 7.0.3.

Client: HTML5, SCSS, Bootstrap 5, JavaScript ES6

Server: Ruby

Run Locally

Clone the project

  git clone https://github.com/gabrielassanuma/pizzashopAA

Go to the project directory

  cd pizzashopAA

Install dependencies

  yarn install

Install Ruby Gems

  bundle install

Create DB

  bin/rails db:create
  bin/rails db:migrate
  bin/rails db:seed

Start the server

  rails server

To log-in on Store Side:

user: 000000000
password: 111111

DB SCHEMA:

image

About

pizzashopAA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published