Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T06:49:48.000Z (12 days ago)
- Last Synced: 2024-11-05T07:31:07.415Z (12 days ago)
- Topics: dotnet, dotnetcore, role-based-access-control, sqlserver
- Language: C#
- Homepage: https://taskstates.azurewebsites.net/
- Size: 1.28 MB
- Stars: 1
- 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.![GitHub Repo stars](https://img.shields.io/github/stars/ratikaewkam/TaskStates)
![GitHub repo size](https://img.shields.io/github/repo-size/ratikaewkam/TaskStates)
![GitHub License](https://img.shields.io/github/license/ratikaewkam/TaskStates)
![GitHub forks](https://img.shields.io/github/forks/ratikaewkam/TaskStates)## 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)