Skip to content

ritiksr25/uddeshhya_backend

 
 

Repository files navigation

Uddeshhya

Backend for web portal of Uddeshhya consisting of Admin Portal for managing users, teams, projects, a blood donation portal and a money donation system with online payment.


DOCS LIVE

Functionalities

  • Admin Dashboard
  • Users Management
  • Team Management
  • Project Management
  • Blood Donation portal
  • Money Donation Portal

Technologies

  • Node.js + Express.js
  • MongoDB
  • React.js

Instructions to run

  • Pre-requisites:

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

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

Contributors

Made during 🌙 by DSC KIET

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Shell 0.6%