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. 🧑💻⚡️👩🏫
- Host: GitHub
- URL: https://github.com/devapurva/pestomeet
- Owner: devapurva
- Created: 2021-07-07T02:33:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-24T06:59:47.000Z (over 4 years ago)
- Last Synced: 2023-03-30T20:28:55.285Z (over 3 years ago)
- Topics: cypress, material-design, material-ui, react, twilio, typescript
- Language: TypeScript
- Homepage: https://bit.ly/PestoMeet
- Size: 7.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`