https://github.com/anduin2017/sce
SCE is a voting and evaluation system based on asp.net core which allows you to manage your vote activities.
https://github.com/anduin2017/sce
Last synced: about 1 year ago
JSON representation
SCE is a voting and evaluation system based on asp.net core which allows you to manage your vote activities.
- Host: GitHub
- URL: https://github.com/anduin2017/sce
- Owner: Anduin2017
- License: mit
- Created: 2017-01-07T05:29:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T14:45:29.000Z (about 7 years ago)
- Last Synced: 2025-02-15T13:14:50.076Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://sce.aiursoft.com
- Size: 2.74 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCE
[](https://aiursoft.visualstudio.com/Star/_build/latest?definitionId=7)
SCE system is an online evaluation and voting management system based on ASP.NET Core.
## Development
The SCE system was originally developed for the Northeastern University Academy of Software. After the development, considering that the project has high reusability, the code is concise and tidy, and has high scalability and development, it is open source now.
## How to run
The following components need to be installed before running the code:
* .NET Core SDK
After downloading the project, execute it in the ./src/SCE directory:
```bash
$ dotnet restore
$ dotnet run
```
This will download the backend dependencies, update the database, and run the project.