Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 277 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 277 Bytes

Steps to run

Step 1 go to client and server separetly and install packages with command

npm i

now you have to run both client and server

server by

nodemon index.js

client by

npm start

change the username and pass in env file

in .env file in client