About | Technologies | Requirements | How to run | License | Autor
GoRestaurant is the application proposed to solve challenge 10 of bootcamp Gostack. It is a web app built with React JS and written in TypeScript to apply the concepts of CRUD.
- List food plates
- Add new food plates
- Edit food plates
- Remove food plates
The following technologies are used on this application:
Clone the repository and install all dependencies:
# Clone the repository
$ git clone https://github.com/cesarramos95/gostack-gorestaurant-web
# Access the folder project
$ cd gostack-gorestaurant-web
# Install dependecies
$ yarn
The application stores the info using a fake API. To run the server, type the command below:
$ yarn json-server server.json -p 3333
This repository is under MIT license.
Made with β€ by CΓ©sar π Get in touch!