Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tombulled/to

Bookmark search API
https://github.com/tombulled/to

Last synced: 23 days ago
JSON representation

Bookmark search API

Awesome Lists containing this project

README

        

# to
Bookmark search API

## Installation
```sh
pip3 install .
```

## Development
The development server can be started by executing:
```sh
uvicorn to:app --port 8080 --reload
```

## Containerisation
### Build
```sh
docker build . -t to
```

### Run
```sh
docker run -p 8080:8080 -it to
```