Votica is a lightweight crossplatform web application developed by two awesome super developers to do polls and allow to vote across your team or friends. It has an administration area to create, polls, questions and the possible answers. In a near future is going to include data anlysis.
- Clone the repository
git clone https://github.com/ruben69695/votica.git
- Install .NET Core SDK 2.2
https://dotnet.microsoft.com/download/dotnet-core/2.2
- Open the directory with VSCode and build the solution
dotnet build Votica.sln
- Deploy the API
dotnet run --project Votica.Api/Votica.Api.csproj
- Deploy the Web App
dotnet run --project Votica.App/Votica.App.csproj
- Enjoy it on your fav browser!:beer:
- firefox
- chrome
- microsoft-edge
- C#
- Git
- Razor
- ASP.NET Core
- PostgreSQL
- Azure DevOps
- SonarCloud
- Visual Studio Code
- Microsoft Entity Framework Core
If you want to contribute, please, don't wait and send us a message to add you to collaborate in this open source project. We are waiting for your help. Happy coding!