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

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.

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`