A poll system where users can create polls and vote anonymous on polls. Tech stack: Angular, C# .NET Core, SQL db, Github Actions and Azure as cloud host.
- npm
10.x.x
>=10.2.4
- node.js
18.x.x
>=21.3.0
- .NET
8.x
Make sure the .env files are made and contain the correct values, and the mysql database is running.
Open the folder '/pollor.Server' in the VS Studio. Select the project and hit > Start
Open the CLI and nagivate to '/pollor.Server'. Execute these commands to start both the server and client.
cd pollor.Server
dotnet run --launch-profile https
Open '/pollor.client' in Visual Studo Code. Execute these commands:
npm i
npm start
Yet to be implemented...
If that doesn't start up the backend and frontend, please take a look in:
The Backend README.md to start up the C# .NET backend
The Frontend README.md to start up the Angular frontend