vedant-vector / Vesting-Backend

This repository contains the backend code for the Vesting Project. It provides APIs and functionalities to manage vesting contracts and token distribution. Built with Node.js,Postgres,Sequelize & Joi validation, the backend server handles requests from the frontend and interacts with the database to facilitate vesting operations.

Repository from Github https://github.comvedant-vector/Vesting-BackendRepository from Github https://github.comvedant-vector/Vesting-Backend

Vesting Project Backend

This repository contains the backend code for the Vesting Project. It provides the necessary APIs and functionalities to manage vesting contracts and token distribution.

API

  • JWT Authentication [POST]
  • Claim Tokens [POST]
  • Create Vesing [POST]
  • Withdraw Tokens [PUT]

Database

  • Postgres

ORM (Object Relational Model)

  • Sequelize

About

This repository contains the backend code for the Vesting Project. It provides APIs and functionalities to manage vesting contracts and token distribution. Built with Node.js,Postgres,Sequelize & Joi validation, the backend server handles requests from the frontend and interacts with the database to facilitate vesting operations.


Languages

Language:JavaScript 99.7%Language:Shell 0.3%