Sep272022 / test-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Donation Management System

How to run

Backend

cd backend
npm install
npm start

Frontend

yarn install
yarn dev

Tech Stack

Backend

  • Node.js
  • Express.js
  • Sqlite3
  • knex.js
  • ajv

Frontend

  • React.js
  • Material-UI

Requirement

Donation Registration

  • A user can submit the details of a donation record

Donation Distribution

  • A user can see distribution logs that contain the type of donation, quantity, and date of distribution

Donation Reports

  • An inventory report displaying the current status of donations, grouped by type
  • A donator report, summarizing the total contributions received from each donor

Database Diagram

database diagram

About


Languages

Language:JavaScript 54.7%Language:TypeScript 43.1%Language:CSS 1.4%Language:HTML 0.8%