A web app to find study partners. The project was designed for HackJam 2025. Made with 💚 to USF Bulls.
cp ../.env.example ../.env # PLEASE CHANGE THE VARIABLES' VALUEScd backend
poetry install
poetry run python main.pyThe backend will run on http://localhost:8000
cd frontend
npm install
npm run devThe frontend will run on http://localhost:5173
All the screenshots are located here
This project was created for HackJam 2025. Contributions, issues, and feature requests are welcome!
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.