Skip to content

基于nextjs + prisma + next-auth+ant-design的排课系统,有课程、考试、排期、选课、用户等多个模块。

Notifications You must be signed in to change notification settings

MyMagicCode/course-system

Repository files navigation

👋 介绍

本项目是一个排课系统,支持管理员、教师、学生三类用户,密码采用 MD5 加密后的密文存储,只有管理员才能对系统操作数据;系统功能模块有学期、课程、考试,排期、添加用户等。排期完成后会可以在课程表模块查看排课信息。

**主要技术栈:**nextjs + prisma + MySQL + next-auth+ant-design;

😃 开始启动

首先启动验证码服务(只有验证码服务是通过 python 启动)

cd ./server
python ./index.py

然后(需要确定终端是在项目根目录)

npm run dev
# 打包
npm run build
# 打包后启动
npm run start

About

基于nextjs + prisma + next-auth+ant-design的排课系统,有课程、考试、排期、选课、用户等多个模块。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published