Final-Year-Project

🤔 About Project

  • The aftermath of Covid, has led a great impact on the fan engagement, due to which the sports teams have to opt for a digital alternative for monetization and engaging fans
  • Olympics aftermath, IPL fever, Khelo India
  • We see an growth in sports industry in India, we can channelise the same, where fans can get a greater insight into the life of their favourite athletes/teams

The proposed system is given below

fyp

  • Research Paper
  • An young and upcoming athlete often fail to gain sponsorship for the events worldwide and hi-tech equipment in India

👨‍💻 Developer

  • Archeel Parekh
  • Aditya Patkar
  • Mohammed Mehdi Patel
  • Srushti Shah

👨‍🏫 Project Mentor

  • Dr. Dhiren Patel (VJTI Director)

🛠 Technology stack

Tools and technologies that you are used in the project.

  1. Node.js
  2. Angular.js
  3. Web3.js
  4. Solidity
  5. Mongo Db (Database)

Backend API endpoints (Add here)

User Endpoints

  • /proposeToken (POST request)
  • /getTokenDetails/:id (GET request)
  • /editTokenDetails/:id (PUT request)
  • /getAllTokens (GET request)
  • /getCreatedToken (GET request)
  • /test (GET route for testing if API working or not)

Auth

  • /auth/signin
  • /auth/signup

Admin Endpoints

  • /admin/approveToken/:id (POST request)
  • /admin/getTokenRequests (GET request)
  • /admin/test (GET route for testing if API working or not)