Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 1 KB

README.md

File metadata and controls

71 lines (45 loc) · 1 KB

Vending machine

Insights

Buyer page


Seller page




Technologies

Frontend

Backend




Setup & Run

Prerequisites:

Client & server

  • NodeJS version: 16 (not supported: 17)
  • Web browser: Chrome, Mozilla Firefox



Installation

React & Nodejs

To install the dependencies for both /frontend & /backend folders followed by database initialization

Run

Server

cd backend/

docker-compose up -d

npm run start:dev

Client

cd frontend/

npm run dev