There are 2 folders in the project, frontend and backend
Our frontend app is deployed on Vercel which can be found here and our backend is also deployed on Render but in the event you want to run locally, here are the steps below
To run our backend locally:
- right click on the 'backend' folder and click on ‘Open in integrated terminal’ or navigate to the backend folder using
cd backend
- type in
npm i
and press enter - type in
npm run server
and press enter to start up the local server
To run our frontend locally:
- right click on the ‘frontend’ folder and click on ‘Open in integrated terminal’ or navigate to the frontend folder using
cd frontend
- type in
npm i
and press enter - type in
npm run dev
and press enter - copy and paste the given url in your browser
email: org@mail.com
password: password
(make sure toggler set to 'organisation')
email: user@mail.com
password: password
(make sure toggler set to 'volunteer')