Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit d11115e

Browse files
author
Tianyi Cui
committed
Update README.md
1 parent dbcc05b commit d11115e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
This project is backend/frontend separatable. This means that you can deploy backend and frontend in different places given frontend is capable of connecting to the backend(e.g. You can run backend in a webserver/your pc, and frontend in wherever a html5-friendly webbrowser is supported. Then you can configure the frontend to connect to the backend, this will be easy).
1111

1212
---
13+
14+
# Quick Guide
15+
+ run `./install.sh` to install the application
16+
+ run `./run.sh` to run the application
17+
+ open **http://localhost:8000/BioBLESS/index.html** to enjoy it.
18+
1319
# Backend
1420

1521
### Requirements
@@ -18,10 +24,6 @@ This project is backend/frontend separatable. This means that you can deploy bac
1824
+ pip
1925
+ virtualenv
2026

21-
### Quick Guide
22-
+ run `./install.sh` to install the application
23-
+ run `./run.sh` to run the application
24-
+ open **http://localhost:8000/BioBLESS/index.html** to enjoy it.
2527

2628
### code structure
2729
+ `backend` Root of django

0 commit comments

Comments
 (0)