PestoMeet is a digital platform that lives on a responsive mobile-friendly website. Its main aim is to help students, mentors, and organizers efficiently manage and track the programs/batches organized by pesto-tech.
DEMO | PRD | Engineering Design HLA | Wireframes
- Frontend
React JS V17.0+
Typescript V4.3+
Cypress V8.1+
Note: The base UI is built using Material Template Starter Pack - Minimal - https://www.minimals.cc/
- Backend
Node JS V10+
Express JS V4.7+
Typescript V4.3+
AWS S3 SDK V2.944
Mongoose V5.13.2
Twilio APIS V3.6+
Your system must have Node v10.16.3+.
- Frontend
- Clone -
https://github.com/devapurva/pestomeet.git
- Install required packages using -
npm i
- Run Application :
npm run start
- Run Test Cases:
npm run cypress:open
- Backend
- Clone -
https://github.com/dinesh2014/pestomeet.git
- Install required packages using -
npm i
- Run Application :
npm start
- Run Test Cases:
npm test