This project was developed with the following technologies:
Clone the repo
$ git clone https://github.com/daniilomello/waiter-appTo run the project, follow the steps below:
# Install the dependencies
$ cd waiter-app/server
$ yarnUse Docker for the database - Mongodb
# Download the image
$ docker pull mongo
# Create the container
$ docker run --name mongowaiter -p 27017:27017 -d mongo
# Check if the container is already running
$ docker ps
# If is not, start the container
$ docker start pgStart the express server
$ yarn dev
# Server wil be running on http://localhost:3001Start the React app
# Access the React app folder
$ cd waiter-app/web
# Install the React Vite dependencies
$ yarn
# Run the application
$ yarn dev
# App will be running on http://127.0.0.1:5173/Start the React Native mobile app
# Access the mobile app folder
$ cd waiter-app/mobile
# Install the project dependencies
$ yarn
# Run the expo
$ yarn expo startThis project is licensed under the MIT.
Build with π by Danilo Mello ππ»
