/pidwin-fs-take-home-project

Pidwin Full Stack Take-Home Project

Primary LanguageTypeScript

Pidwin Assessment

The Pidwin Fullstack Assessment.

Project setup

New Docker Setup

Make sure you have docker desktop installed. Run the following command to setup and start the frontend, backend & mongodb instance.

docker compose up

Manual setup

Enter each folder:

  • backend
  • frontend

and run the following command

npm install

Backend

Create a .env file and populate the fields.

Now in the backend folder. Run the start command

npm run start

The backend is now up and running.


Frontend

The frontend is your standard create-react-app, the default ReadME is provided under frontend/readme.md for reference.