Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.2 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.2 KB

IITK COIN

ABOUT

The project aims to build a pseudo-coin system for use in the IITK Campus. We are aiming to develop the back-end system and (if time permits) a front-end app for this pseudo-currency.

Specifications:

IITK-COIN Specs
This is the original project proposal drafted by the SnT Council:

Organization

Server Handlers:

Different Server Endpoints
User Authentication
Coin related Requests to Server

Database Handlers:

User Info from Database
Display Current Entries in Database
Coin related Requests to Database
Database File : students.db with Three Tables: students, transfers, awards

Main

Entry Point

Others

go.mod | go.sum | IITK_COIN.md | test.md | .gitignore

Relavant Links

Mid Term Presentation
Mid Term Documentation

Usage and Testing

Sample Client and Server Log