An ASP.NET Core MVC project to implement a secure web-enabled role-based system for collecting ideas for improvement from staff in a large University. The name Idear comes from Idea and Dear, which means treasuring the ideas that the staffs post.
- Clone the project with
git clone git@github.com:huynhloc-1110/Idear.git
-
Open
Idear.sln
withVisual Studio
and wait a little for it to install the necessary nuget packages. -
Use Nuget Packet Manager Console to update your SQLServer LocalDB according to the Migration Schema:
Update-Database
- Run the Project.