Project Cover


๐Ÿงช Tecnologies

This project was developed with the following technologies:

๐Ÿš€ Running the project

Clone the repo

$ git clone https://github.com/daniilomello/waiter-app

To run the project, follow the steps below:

# Install the dependencies
$ cd waiter-app/server
$ yarn

Use 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 pg

Start the express server

$ yarn dev
# Server wil be running on http://localhost:3001

Start 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 start

๐Ÿ“ License

This project is licensed under the MIT.


Build with ๐Ÿ’œ by Danilo Mello ๐Ÿ‘‹๐Ÿป