Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 499 Bytes

readme.md

File metadata and controls

37 lines (22 loc) · 499 Bytes

Pidwin Assessment

The Pidwin Fullstack Assessment.

Project 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.