Skip to content

Commit

Permalink
Merge pull request #13 from KeithLin724/KY_v1.0.0-dev
Browse files Browse the repository at this point in the history
KY_v1.0.0-dev
  • Loading branch information
KeithLin724 authored Dec 15, 2023
2 parents b8f79a4 + 2baddac commit 42311fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 77 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,19 @@
## Description
Using the fastAPI to build it

---
# Download

**Zip** : [here](https://github.com/KeithLin724/Book-To-Comics/zipball/main)

**git**: `git clone https://github.com/KeithLin724/Book-To-Comics.git`


---

### How to use
install [Docker](https://www.docker.com/) and [Docker-compose](https://docs.docker.com/compose/)

```sh
# first cd to api
cd api
Expand All @@ -20,7 +31,7 @@ docker-compose up -d
# check the log
docker-compose logs -f

# check the api_server log ctrl+c exit
# check the api_server log, ctrl+c exit
docker logs -f api_server_1

# close
Expand Down
2 changes: 0 additions & 2 deletions api/old/.dockerignore

This file was deleted.

32 changes: 0 additions & 32 deletions api/old/Dockerfile_old

This file was deleted.

21 changes: 0 additions & 21 deletions api/old/docker-compose.development.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions api/old/redis-docker-compose.yml

This file was deleted.

Binary file removed api/old/requirements.txt
Binary file not shown.

0 comments on commit 42311fc

Please sign in to comment.