- Navigate to the backend folder:
cd backend
- Run
yarn
to install dependencies - Run
yarn start
- Backend is now running on http://localhost:3000 😸
- Open a new terminal
- Navigate to the frontend folder:
cd frontend
- Run
yarn
to install dependencies - Run
yarn dev
- Frontend is now running on http://localhost:5173 😺
Append an id
from the data.json
file to http://localhost:5173/welcome/<USER-ID>
Here are a few for ease of use:
- http://localhost:5173/welcome/c7ffa25b-9349-4625-8e9d-16b91f93f53a
- http://localhost:5173/welcome/78185e79-2a59-47f6-9430-8c97bfbc8768
- http://localhost:5173/welcome/071d6c10-6d69-4d27-856a-1ddacced697d
A GitHub project board was used to breakdown and keep track of tasks, and to document future tasks if time permitted:
Overall, this was a really interesting a fun task to do. NestJS is a lot more straightforward than I had first anticipated. Doing this task has allowed me to learn more about it.