Pizza shop application where users can place orders. The system manages and streamlines the flow of orders.
This Project was build using Ruby on Rails 7.0.3.
Client: HTML5, SCSS, Bootstrap 5, JavaScript ES6
Server: Ruby
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: