Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 451 Bytes

File metadata and controls

29 lines (19 loc) · 451 Bytes

Getting Started

$ git clone git@github.com:0x78bb3c/fees-dashboard-api.git

$ cd fee-dash-backend

Build & Run

Change the database URL in .env file

$ yarn

$ npx prisma migrate dev

$ yarn run build && node public/main.js

Endpoints

GET /course/get/all get all courses in json array format

POST /course/new Args: Urlencoded arguments course, total_fee Response: json object with message object