Skip to content

nphoangquan/research-progress-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Research Progress Management System

Hệ thống quản lý tiến độ nghiên cứu khoa học.

Tính năng

  • Quản lý dự án nghiên cứu
  • Quản lý nhiệm vụ với Kanban board
  • Quản lý tài liệu và file
  • Thông báo real-time qua WebSocket
  • Phân tích và báo cáo tiến độ

Công nghệ

Frontend:

  • React 18 + TypeScript
  • Vite
  • TailwindCSS
  • React Query

Backend:

  • Node.js + Express
  • TypeScript
  • Prisma ORM
  • PostgreSQL
  • Socket.io

Cài đặt

Yêu cầu

  • Node.js 20+
  • PostgreSQL 16+

Thiết lập

  1. Clone repository:
git clone <repository-url>
cd research-progress-system
  1. Backend:
cd backend
npm install
cp .env.example .env
# Cấu hình .env với thông tin database
npx prisma db push
npx prisma db seed
npm run dev
  1. Frontend:
cd frontend
npm install
cp .env.example .env
# Cấu hình .env với API URL
npm run dev

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages