The Pidwin Fullstack Assessment.
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.