Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 772 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 772 Bytes

About

A NodeJS (express) project of restaurant manager with ReactJS & VueJS frontend.

Run

Backend

Clone the repository: git clone [email protected]:Oslonline/bingo-portfolio.git

Go to backend repo: cd backend

Install dependencies: npm install

Launch node server: node index.js

Frontend

Go to one of the frontend repo: cd frontend-react cd frontend-vue

Install dependencies: npm install

Start the development server: npm run dev

Prod

Build for production: npm run build

Run the optimized application locally: npm run serve

Screenshots

Capture d’écran 2024-06-04 à 13.15.34 Capture d’écran 2024-06-04 à 13.15.55