Project for restaurant catalog.
- Add a new food
- Remove a food
- Edit food
- Indicate availability
-
Clone the repository on your machine, using the command below on your terminal:
git clone https://github.com/oliviaresende/gorestaurant.git
- Access the repository:
cd gorestaurant
- Install your project's dependencies by typing in the terminal:
yarn install
- And finally, give the command to run your project:
yarn start
Note: The project will run on http://localhost:3000
yarn server
Note: The server will run on http://localhost:3333