Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 490 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 490 Bytes

ailab

Project for track my physical performance.

It should be structure like this: my-project/ ├── backend/
│ ├── app.py
│ ├── requirements.txt
│ ├── Dockerfile
│ └── start_server.sh ├── frontend/ │ ├── src/
│ ├── public/ │ ├── package.json
│ ├── package-lock.json │ ├── Dockerfile
│ └── start_server.sh ├── docker-compose.yml
└── README.md