This project contains the solution of the challenge 11 from the Rocketseat GoStack Bootcamp. The goal of this challenge is to implement some features for a restaurant mobile app.
You can find the challenge description here: Challenge
You can clone this project running the following command in your terminal:
git@github.com:marqueslu/gostack-gorestaurant-mobile.git
You can run the command bellow to install all the project dependencies:
yarn
In this project we are using a simple mock server to load our data.
To run the mock server execute the following command in your terminal:
yarn json-server server.json -p 3333
To run the project you just need to execute the following command in your terminal:
yarn android
and
yarn start
To run all the project unit tests, you need to run the following command:
yarn test
This project is licensed under the MIT LICENSE
Made with 💜 by Lucas Marques