Frontend: React.js
Backend: Python
Database: MySQL
- Peyten Bevill - Lead Developer
- Sebastian Torresola
- Bryan Skinner
- Rachel Molina
- Justin Soto
- Carson Secrest
- William Mayer
- Varun Doreswamy
- Kris Templin
- Akshita Patri
- Junia Doccy
- Paa Conduah
- Developers are not permitted to merge to the main branch. Peyten will handle all merges to the main branch so that code is always reviewed.
- Clone the repo:
git clone --recursive 'link', create your branch:git checkout -b 'your first name', and start coding! - To push up:
git push origin 'your branch name' - When it's time to pull from main:
git pull origin main
##Instalation Frontend: npm i Backend: pip install -r requirements.txt