https://github.com/louis70109/python-import-env-json-string
Import env JSON string with temp memory file.
https://github.com/louis70109/python-import-env-json-string
Last synced: 9 months ago
JSON representation
Import env JSON string with temp memory file.
- Host: GitHub
- URL: https://github.com/louis70109/python-import-env-json-string
- Owner: louis70109
- Created: 2022-04-02T12:17:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T09:19:35.000Z (over 3 years ago)
- Last Synced: 2025-01-31T22:11:23.352Z (11 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example
## Prerequisite
- Python 3.7+
- Docker
## Development
```
pip install -r requirements.txt
python main.py
```
#### Or
```shell
docker-compose up
```
```shell
curl http://localhost:8080/
```
## LICENSE
MIT