About • Features • Layout • How to run • Technologies • Author • License
GoRestaurant is a web application to support restaurants to control their menu.
To see the mobile client, click here: GoRestaurant mobile
The web page was designed to be used by restaurant's owners to control their menu.
-
List registered dishes
-
Edit an existent dish information
-
Add a new dish to the menu
-
Delete a dish
-
Switch dish availability
Initial requirements: git, yarn, and a code editor of your choice.
# Clone this repository
$ git clone git@github.com:wilsonfsouza/GoRestaurant-web.git
# Access the folder in your terminal/cmd/cli
$ cd GoRestaurant-web
# Install all dependencies
$ yarn install
# Start json server
$ yarn json-server server.json -p 3333
# Start the app in development mode
$ yarn start
# The application will open at port:3000 - access http://localhost:3000
The following tools were used in this project:
Website (React + TypeScript)
See the file package.json
- Editor: Visual Studio Code
- Markdown: Markdown Emoji
- Icons: Feather Icons
- Fork the project.
- Start a new branch with your changes:
git checkout -b my-new-feature
- Save it and create a commit message describing what you have done:
git commit -m "feature: My new feature"
- Send your alterations:
git push origin my-feature
This project is being developed under MIT License.
Made with ❤️ by Wilson Franca 👋