Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 369 Bytes

File metadata and controls

23 lines (16 loc) · 369 Bytes

CnP Portal

Certificates and Prizes portal for generation of e-certificates and sending it to participants/organizers/volunteers.

Get started

  • To get started install Node.js (v16 recommended)

Frontend (/client)

  • To run the client:
    npm install
    npm start

Backend (/api)

  • To run the api:
    npm install
    npm run dev