Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 380 Bytes

README

This README would normally document whatever steps are necessary to get the application up and running.

Requires ruby version 2.7.6

  • Run bundle install to setup the system.
  • Run rails db:migrate to setup the database and seed initial category data.
  • Run ./bin/dev to start the server and compile assets. Navigate to localhost:3000/orders/new to demo site.