Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Database system

This is the final project for my database course. I built a student data management system using a front-end/back-end separated architecture with Node.js and Vue.

  • Front-end: Built with Vue and styled using Naive UI.
  • Back-end: Developed with Express.js.
  • Data Interaction: Uses RESTful APIs for communication between front-end and back-end.

How to start

make sure mysql server is on line.

  1. npm install
  2. create a .env in server/, template is server/.env_template.
  3. npm run start to start deemo.
  4. if your need test data, you can using server/test/test_data_1 to create student /lecturer data, using server/test/test_data_2 to create relational data。

About

大二下的数据库大作业。前后端分离,vue+node实现,数据库为mysql。前端页面使用naiveUI框架

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages