Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 332 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 332 Bytes

Open client and server and do npm i to install node_modules

Create a .env file in server folder which includes:

PORT = 5500

MONGO_URI =

SEC_KEY = any_random_secret

Do npm start in client and server folder

See the build here