Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tombulled/to
Bookmark search API
https://github.com/tombulled/to
Last synced: 23 days ago
JSON representation
Bookmark search API
- Host: GitHub
- URL: https://github.com/tombulled/to
- Owner: tombulled
- License: mit
- Created: 2022-06-22T09:59:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T22:03:06.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T18:53:59.333Z (almost 2 years ago)
- Language: Python
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```