AstonHack 11 is a full scale hackathon based in aston uni where the main theme was solve something based on community The project was built to solve the problem of some people finding it hard to get into networking by pairing people together and allowing people to comunicate easier in the real word without the pressure of initiating the first hello.
- Frontend: Next.js
- Backend: Python, FastAPI
- Architecture: Full-stack separated services
git clone https://github.com/CMDCONN/AstonHack.git
cd AstonHackcd backend
python db_backend.pycd frontend
pnpm i
pnpm dev- Start backend server
- Start frontend server
- Open browser at:
<!-- -->
http://localhost:3000
- API-based backend architecture
- Modular frontend design
- Scalable project structure
- Fork the repository
- Create a feature branch
- Commit changes
- Push to your fork
- Create a Pull Request