An open API service indexing awesome lists of open source software.

https://github.com/baccega/restaurantmanager

👨đŸģâ€đŸŗđŸ“ąđŸ–Ĩ Small web application to manage a restaurant built using the MEAN technology stack. Native desktop and mobile versions of the frontend application are created using the Electron and Cordova frameworks.
https://github.com/baccega/restaurantmanager

angular cordova electron express mongodb node-js

Last synced: 5 months ago
JSON representation

👨đŸģâ€đŸŗđŸ“ąđŸ–Ĩ Small web application to manage a restaurant built using the MEAN technology stack. Native desktop and mobile versions of the frontend application are created using the Electron and Cordova frameworks.

Awesome Lists containing this project

README

          

# 👨đŸģâ€đŸŗđŸ“ąđŸ–Ĩ Restaurant App

![GitHub](https://img.shields.io/github/license/Baccega/RestaurantManager)

screenshot

Small web application to manage a restaurant built using the **MEAN** technology stack with **Typescript** and **SCSS**.

Native desktop and mobile versions of the frontend application are created using the **Electron** and **Cordova** frameworks.

This project is the assignment for the course **Web Technologies and Applications**.

See **[requisitiProgetto.pdf](Documents/requisitiProgetto.pdf)** for more details on the assignment.

See **[Baccega_Sandro_865024.pdf](Documents/Baccega_Sandro_865024.pdf)** for more details on the implementation.

## 🔧 Building

```bash
cd frontend-angular-app
yarn install

cd ../backend-node-app
yarn install
```

## đŸ•šī¸ Usage

```bash
yarn start-backend

yarn start-web
yarn start-android
yarn start-desktop
```