https://github.com/ratikaewkam/taskstates
Project for a system for reporting equipment repairs within the classroom that can check the working status and has an access control system that can check information according to our ability
https://github.com/ratikaewkam/taskstates
dotnet dotnetcore role-based-access-control sqlserver
Last synced: about 1 month ago
JSON representation
Project for a system for reporting equipment repairs within the classroom that can check the working status and has an access control system that can check information according to our ability
- Host: GitHub
- URL: https://github.com/ratikaewkam/taskstates
- Owner: ratikaewkam
- License: mit
- Created: 2024-01-23T02:11:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T06:49:48.000Z (over 1 year ago)
- Last Synced: 2025-03-06T19:44:23.944Z (over 1 year ago)
- Topics: dotnet, dotnetcore, role-based-access-control, sqlserver
- Language: C#
- Homepage: https://taskstates.azurewebsites.net/
- Size: 1.28 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TaskStates
Project for a system for reporting equipment repairs within the classroom that can
check the working status and has an access control system that can check information
according to our ability.




## Latest Feature
- Create, read, update, and delete data.
- Restrict and manage data access by roles.
- New roles can be added.
## How to use
[TaskStates](https://taskstates.azurewebsites.net/)
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
## Installation
Run the following command in the terminal
```bash
git clone https://github.com/ratikaewkam/TaskStates.git
```
Run the following command in the NuGet Package Manager console
```cmd
PM> Install-Package Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore -Version 7.0.15
```
```cmd
PM> Install-Package Microsoft.AspNetCore.Identity.EntityFrameworkCore -Version 7.0.15
```
```cmd
PM> Install-Package Microsoft.AspNetCore.Identity.UI -Version 7.0.15
```
```cmd
PM> Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 7.0.15
```
```cmd
PM> Install-Package Microsoft.EntityFrameworkCore.Tools -Version 7.0.15
```
```cmd
PM> Install-Package Microsoft.VisualStudio.Web.CodeGeneration.Design -Version 7.0.11
```
## Setup Database
```cmd
PM> update-datebase
```
## License
[MIT](https://choosealicense.com/licenses/mit/)
---
Developed by [Rati Kaewkam](https://github.com/ratikaewkam)