Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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...)

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
```