A simple app to order coffee.
$ git clone https://github.com/lesada/coffee-delivery.git
- Enter each folder, use
yarn
to install all dependencies. - Run the server aplication using te command
yarn dev
inside the server folder - Run
yarn start
inside the mobile folder to initialize the Expo, you can see the app in your cell phone
Don't forget to update your .env in app folder with your IP address in the API_BASE variable. Example:
API_BASE = http://192.168.2.8:3333
- This project was developed for study purposes only.