A modern, full-stack university website platform built with Node.js and React.
This is an open-source project that aims to provide a comprehensive web platform for universities. The project is intentionally seeded with issues and bugs that contributors can work on to improve their skills.
├── backend/ # Express.js server
├── frontend/ # React application
├── docs/ # Documentation
└── README.md # This file
- Node.js (v14 or higher)
- npm or yarn
cd backend
npm install
npm run devcd frontend
npm install
npm startThis project has intentional bugs and missing features for contributors to fix:
- API endpoints are incomplete
- Database connections have issues
- Frontend components need styling fixes
- Missing form validation
- Broken routing
We welcome contributions! Please check out the GitHub issues for tasks to work on. Read our CONTRIBUTING.md guide before starting.
MIT License - see LICENSE file for details
Created for the open-source community