Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

File metadata and controls

9 lines (5 loc) · 382 Bytes

Getting Started with this project

Install dependencies

Install the dependencies first by going into individual folders, i.e., frontend and backend using npm install individually

Run the application

use npm run dev inside the project root folder to start the both the applications, frontend React will run on PORT=3000 and backend express will run on PORT=4000