Our System provide structured user interface & Services for hostel so they can easily manage students details in the system with rooms that is assigned to the student.We have implemented Role Based authentication using Identity of EntityFrameworkCore(.NET MVC Core) .
Add & Manage Rooms
- Admin will be able to create room by providing room details.
- Admin will be able to change the data of a room and also will be able to delete a room.
Register student & assign room to that student
- If a student want to have a room in our hostel, he will need to approach admin. Admin will enter the data given by student and assign the room to that student as per his choice or room availability.
- student will be given password by admin at the time of registration.
View Profile
- Student will be able to see the profile in which room details of that student will be displayed along will all room-mates.
Clone this Repository
git clone https://github.com/DigitalGit2003/HostelManagementSystem.git
"ConnectionStrings": {
"ConnectionName": "server=SERVERNAME;database=DATABASENAME;Integrated Security=true;"
},
Microsoft.EntityFrameworkCore
Microsoft.EntityFrameworkCore.SqlServer
Microsoft.EntityFrameworkCore.Tools
Microsoft.EntityFrameworkCore.Design
Microsoft.AspNetCore.Identity.EntityFrameworkCore
You can go with only update-database if you have Migrations folder
add-migration "message"
update-database
Application | Tech |
---|---|
Backend / Frontend | ASP .NET 7 / Boostrap |
DataBase | SQL (SSMS) |
Team members
Gautam-Lathiya |
Sandip-Kanzariya |