https://github.com/catalin246/restaurant-piccolino
This project aims to provide a full web application. The backend is written in PHP and the frontend is build using Vue.js.
https://github.com/catalin246/restaurant-piccolino
api php rest-api vue
Last synced: about 2 months ago
JSON representation
This project aims to provide a full web application. The backend is written in PHP and the frontend is build using Vue.js.
- Host: GitHub
- URL: https://github.com/catalin246/restaurant-piccolino
- Owner: Catalin246
- Created: 2024-03-11T20:00:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T13:13:01.000Z (about 2 years ago)
- Last Synced: 2025-07-29T03:54:46.092Z (11 months ago)
- Topics: api, php, rest-api, vue
- Language: PHP
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant Piccolino
## How to run the server side
1. Open a terminal and navigate to the `server` folder:
`cd server`
2. Install dependencies using composer
3. Run the server using docker
`docker-compose up`
## How to run the client side
1. Open a terminal and navigate to the `client` folder:
`cd client`
2. Install dependencies using npm
`npm install`
3. Run the client (SPA) using npm
`npm run dev`