/pestomeet

PestoMeet💻 is a digital platform that lives on a responsive mobile-friendly website. Its main aim is to help pesto-tech manage the collaboration between students, mentors, and program managers. 🧑‍💻⚡️👩‍🏫

Primary LanguageTypeScript

PestoMeet

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

Built With:

  • Frontend
  1. React JS V17.0+
  2. Typescript V4.3+
  3. Cypress V8.1+

Note: The base UI is built using Material Template Starter Pack - Minimal - https://www.minimals.cc/

  • Backend
  1. Node JS V10+
  2. Express JS V4.7+
  3. Typescript V4.3+
  4. AWS S3 SDK V2.944
  5. Mongoose V5.13.2
  6. Twilio APIS V3.6+

Prerequisites

Your system must have Node v10.16.3+.

  • Frontend
  1. Clone - https://github.com/devapurva/pestomeet.git
  2. Install required packages using - npm i
  3. Run Application : npm run start
  4. Run Test Cases: npm run cypress:open
  • Backend
  1. Clone - https://github.com/dinesh2014/pestomeet.git
  2. Install required packages using - npm i
  3. Run Application : npm start
  4. Run Test Cases: npm test