Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 318 Bytes

Readme.md

File metadata and controls

28 lines (15 loc) · 318 Bytes

For runnig the app

First run your local mongodb server Delete existing database with name rip-testing(if present)

Get inside server

cd server

Install npm packages

npm i

Run server

npm run dev

Get inside client

cd client

Install npm packages

npm i

Run server

npm run start