See the project live at software-project.armaanv.com
Professor: Dr. Abhay Samant Spring 2024, University of Texas at Austin
- Armaan Vakharia
- Arnav Kithania
- Fahim Imtaiz
- Wasay Asrar
The project is a web app that allows users to create and manage projects and assigned hardware resources. The app will have a user interface that allows users to create projects, join existing projects, and assign resources to projects. The app will also have a backend that manages the database and handles the business logic of the app.
- User authentication
- Create projects
- Join projects
- Assign resources to projects
- View project details
- View resource details
- View project timeline
- Clone the repository
- Install dependencies
cd frontend && npm installcd backend && pip install -r requirements.txt
- Start the frontend
cd frontend && npm run dev
- Start the backend
cd backend && python app.py
- Open the app in your browser
http://localhost:5173