Welcome to the Restaurant Menu Manager! With this tool, merchants can easily manage their food menu, as well as browse and explore menus from other merchants.
This repository contains the backend code for the platform. The corresponding frontend repository can be found at the following link: https://github.com/Grapeka/restaurant-menu-manager-client.git
The following features are available to users:
Merchants
- View all menus, including your own and those from other merchants
- Create and delete items on your own menu
- Sign up to use the software and manage your own restaurant's menu
Users
- View all menus
To get started with the restaurant-menu-manager-server, follow the steps below:
# Clone the repository to your local machine
git clone https://github.com/Grapeka/restaurant-menu-manager-server.git
# Install the dependencies
yarn install
# Copy the example environment file and update the values as necessary
cp .env.example .env
# Build the project
yarn build
# Start the server
yarn dev
You can now access the application at http://localhost:8000