The Pidwin Fullstack Assessment.
Make sure you have docker desktop installed. Run the following command to setup and start the frontend, backend & mongodb instance.
docker compose up
Enter each folder:
- backend
- frontend
and run the following command
npm install
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.
The frontend is your standard create-react-app, the default ReadME is provided under frontend/readme.md for reference.