Skip to content

yuangcao/bank-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone [email protected]:cyadxx/bank-system.git

frontend

$ cd frontend/
$ npm install
$ npm run dev

backend

先安装该库:

$ sudo apt install libmysqlclient-dev

然后安装 pipenv

$ pip install pipenv

然后进入后端目录,进行后端的依赖安装:

$ cd backend/
$ pipenv install
$ pipenv shell

About

This is lab3 for database course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published