"Say goodbye to waitlists, and hello to your seat."
DeQueue is a notification app designed for students who don't want to miss their chance at securing a spot in their desired college classes. The app tracks seat availability in real-time and alerts you instantly when a seat opens up, so you can enroll effortlessly. No more refreshing pages or staying glued to the portal—DeQueue has got you covered! 🚀
- Real-time Alerts: Get notified the moment a seat becomes available.
- Simple & Efficient: Hassle-free setup and notifications tailored to your classes.
- Never Miss Out: Be the first to know and secure your spot.
Because waitlists are overrated, and you deserve better. 🌟
-
Navigate to the
backend
directory:cd backend
-
Install the dependencies using Poetry:
poetry install
-
Navigate to the
frontend
directory:cd frontend
-
Install the dependencies using npm:
npm install
- Start the backend server:
poetry run python -m your_backend_module
-
Start the frontend development server:
npm start
-
Open your browser and navigate to
http://localhost:3000
.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
This project is licensed under the MIT License.