An open API service indexing awesome lists of open source software.

https://github.com/devapurva/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. 🧑‍💻⚡️👩‍🏫
https://github.com/devapurva/pestomeet

cypress material-design material-ui react twilio typescript

Last synced: 3 months ago
JSON representation

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. 🧑‍💻⚡️👩‍🏫

Awesome Lists containing this project

README

          

## 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](https://docs.google.com/document/d/1d3SIi276RF9IBbgnQxgYH3_MATF3mrbnonwOvsOQ9JY/edit?usp=sharing) | [PRD](https://drive.google.com/file/d/1XKkDkMHvW-FdSXHtQlis43lBoXzUFv7J/view?usp=sharing) | [Engineering Design HLA](https://drive.google.com/file/d/1vWtPwf2V8cKO00n0x4WpT_P-Pp06WtsV/view?usp=sharing) | [Wireframes](https://www.figma.com/file/nVFJfNGOxDOlJyBzNJNPeW/PestoMeet-Base)

## 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`