Link -
https://koinx.notion.site/Backend-Intern-Job-Description-2f2af3dd76f14160916a7785bad4be46
The Task 1 is in
server
Folder
The Task 2 is in
server2
Folder
The Task 3 is in
server3
Folder
Step 1: Go to the Server folder you need to run.
Step 2: Run the cmd
npm i
in that folder.
Step 3: Add the
.env
file in that folder with the variables as in.env.example
Step 4: Run the cmd
npm run dev
in that folder.