https://github.com/rujuu-prog/mysite
This is my portfolio-site repository!
https://github.com/rujuu-prog/mysite
django-rest-framework docker-compose python react typescript
Last synced: 3 months ago
JSON representation
This is my portfolio-site repository!
- Host: GitHub
- URL: https://github.com/rujuu-prog/mysite
- Owner: Rujuu-prog
- Created: 2021-10-01T17:02:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T11:47:10.000Z (about 4 years ago)
- Last Synced: 2025-01-04T08:35:32.287Z (over 1 year ago)
- Topics: django-rest-framework, docker-compose, python, react, typescript
- Language: Shell
- Homepage: https://rujuu.com/
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mysite
起動
```bash
docker-compose up -d --build
```
終了
```bash
docker-compose down
```