Commit 5de24405 authored by 李子南's avatar 李子南
Browse files

Update README.md

parent c97125a5
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
# 2022_Spring_IPOUS
The innovation project of university students.

To start backend, execute following command in 2022_Spring_IPOUS/OSAP_web/OSAP_flask

```shell
pip install -r requirements.txt
python app.py
```

To start frontend, execute following command in 2022_Spring_IPOUS/OSAP_web/OSAP_vue

```shell
npm install
npm run dev
```