aminah-io/ballot-app-ec-group-1

Create a backend for Weekend project 4

Opened this issue · 0 comments

Weekend Project
This is a group activity for at least 3 students:

Complete the projects together with your group
- Create a voting dApp to cast votes, delegate and query results on chain
- Request voting tokens to be minted using the API
Voting dApp integration guidelines
- Single POST method:
- - Request voting tokens from API
- Use these tokens to interact with the tokenized ballot
- All other interactions must be made directly on-chain

Todo list:

  • Create the backend using nestjs
  • Push API to github to be integrated with the frontend
  • Bonus: host the backend with Railway