https://github.com/cartory/ms-restaurant
https://github.com/cartory/ms-restaurant
express javascript mysql2 node seeders sequelize socket-server
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cartory/ms-restaurant
- Owner: cartory
- Created: 2022-06-06T22:08:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-07T17:22:04.000Z (over 3 years ago)
- Last Synced: 2025-01-20T10:48:37.479Z (12 months ago)
- Topics: express, javascript, mysql2, node, seeders, sequelize, socket-server
- Language: JavaScript
- Homepage: https://app-ms-restaurant.herokuapp.com
- Size: 84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ms-restaurant
Free Lunch App, build with `javascript` `react`. You can see the backend-microservices side [here](https://github.com/cartory/ms-restaurant.git)
## Entity Relationship Diagram
Made with `mysql` and `sequelize` for all microservices

## State Machine Diagram
useful for understanding how food-request works

## Deployment Diagram

## Getting Started
For running backend you to create a `.env` file for enviroments variables and set your DB
by default is with `mysql`
### Download source code
#### ms-web-app
```bash
git clone https://github.com/cartory/free-lunch-web
```
#### ms-restaurant
```bash
git clone https://github.com/cartory/ms-restaurant.git
```
#### ms-kitchen
```bash
git clone https://github.com/cartory/ms-kitchen.git
```
#### ms-warehouse
```bash
git clone https://github.com/cartory/ms-warehouse.git
```
### Install Dependencies
```bash
npm install
```
### Run Project
```bash
npm run start:dev
```
## Tabs
### Free Food Tab

### Recipe History Tab

### See Ingredients Tab

### Ingredients History Tab

## Author
- **cartory** - _Pedro Caricari_ - [cartory](https://github.com/cartory)