An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# SCE

[![Build status](https://aiursoft.visualstudio.com/Star/_apis/build/status/SCE%20CI)](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.