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.
- Host: GitHub
- URL: https://github.com/baccega/restaurantmanager
- Owner: Baccega
- License: mit
- Created: 2019-06-24T14:41:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-26T13:12:13.000Z (over 3 years ago)
- Last Synced: 2025-06-03T21:24:53.111Z (about 1 year ago)
- Topics: angular, cordova, electron, express, mongodb, node-js
- Language: TypeScript
- Homepage:
- Size: 7.83 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đ¨đģâđŗđąđĨ Restaurant App


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
```