Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petrsevcik/useful-stuff
Just code snippets and templates which might be handy and re-used (README, Dockerfile, FastAPI...)
https://github.com/petrsevcik/useful-stuff
Last synced: 7 days ago
JSON representation
Just code snippets and templates which might be handy and re-used (README, Dockerfile, FastAPI...)
- Host: GitHub
- URL: https://github.com/petrsevcik/useful-stuff
- Owner: petrsevcik
- Created: 2022-06-19T13:23:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T13:29:44.000Z (over 2 years ago)
- Last Synced: 2024-05-06T14:10:28.264Z (6 months ago)
- Language: Dockerfile
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README_template.md
Awesome Lists containing this project
README
# README example template #
### Description ###
#### Endpoints ####
#### Search page ####Welcome to homepage. This page is awesome and can do many things.
`http://localhost:8080/`
## Architecture ##
Built with love#### Flaws of app ####
It's human to make mistakes#### Commands for docker startup
Run commands, when current location is repository:
```
docker build -t project_name:1.0 .
docker run -d -p 8080:8080 project_name:1.0
```