https://github.com/graphistry/louie-infra-template
A starting point for dockerized python web
https://github.com/graphistry/louie-infra-template
Last synced: over 1 year ago
JSON representation
A starting point for dockerized python web
- Host: GitHub
- URL: https://github.com/graphistry/louie-infra-template
- Owner: graphistry
- Created: 2024-08-28T16:59:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T21:32:27.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T03:31:40.457Z (over 1 year ago)
- Language: CSS
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Louie.AI
A starting point for dockerized python web
## Development
### Prerequisites
- Docker
- Docker Compose
- Node.js
### Initialize data set
- `./init-data.sh`
### Frontend
- `cd frontend`
- `npm i`
- `npm run dev`
### Run Server on host
- `uvicorn server.main:app --reload`
### Docker
- `./dc build`
- `./dc up`
To update docker python libraries, add them to environment.yml. Note `./dc` is a convience alias for `docker compose`.