Knowledge from across the horizon and beyond.
Empowering students to achieve academic excellence through expert guidance, structured learning, and personalized support.
Horizon Tuition Center is a next-generation tuition center incorporating online system to streamline the experience for both users and teachers.
This project is a college assignment for yet another web class, using ASP.NET framework to create a multi functional MVC web application.
The configurations used are listed in .env.
Create a local copy of .env into .env.local and edit the values.
Use Docker to start the associating services
docker compose up -f docker-compose.yaml -f docker-compose.dev.yaml -dRun the following to update the database to the latest version
dotnet ef database update --project src/TuitionManagementSystem.Web/TuitionManagementSystem.Web.csprojdotnet run --project src/TuitionManagementSystem.Web/TuitionManagementSystem.Web.csproj --launch-profile httpdotnet run --project src/TuitionManagementSystem.Web/TuitionManagementSystem.Web.csproj --launch-profile prodLicensed under the GNU GPLv4. See LICENSE for more information.
