Skip to content

ritiksr25/website-backend-v2

 
 

Repository files navigation

Developer Students KIET Portal

Scalable backend with async job scheduling to manage everything @dsckiet


DOCS UI

Functionalities

  • Users auth and role based dashboard
  • Participants auth and dashboard
  • CRUD Events
  • Event Participation
  • Event Attendance
  • Event Certificates
  • Event Feedback
  • Email System
  • Team Progress/Status Management
  • In App Project Workflow

Technologies

  • MERN
  • Redis/Kue

Instructions to run

  • Pre-requisites:

    • Node.js
    • NPM
    • Redis
  • Directions to setup/install

$ git clone https://github.com/dsckiet/website-backend-v2
$ cd website-backend-v2
$ touch .env
$ cp .env.example .env
# Set values in .env
$ npm i
  • Directions to execute
$ npm run dev

Contributors



Made during 🌙 by DSC KIET

Releases

No releases published

Languages

  • JavaScript 99.2%
  • Shell 0.8%