Web application designed to facilitate the management of restaurants, dishes and orders. This tool gives restaurant owners the ability to efficiently manage their business, allowing them to add, delete, update and visualize relevant information.
Before you start, make sure you have the following:
Clone the project
git clone https://github.com/aldosalasrdz/restaurant-app --depth 1
Go to the project directory
cd restaurant-app
Install dependencies
bundle install
Create the database
rails db:create
Migrate the database
rails db:migrate
Build styles
rails tailwindcss:build
Start the server
rails server
Or build and start the server on save
./bin/dev
Working on create Tailwind components