Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.36 KB

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