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

https://github.com/vasa-develop/playground_backend

Backend for playground projects
https://github.com/vasa-develop/playground_backend

Last synced: 6 months ago
JSON representation

Backend for playground projects

Awesome Lists containing this project

README

          

## playground_backend

This is a backend for [playground.vasa.bio](https://playground.vasa.bio).

## Installation

1. Install the dependencies.

```bash
pip install -r requirements.txt
```

2. Install [prodigal](https://github.com/hyattpd/prodigal/wiki/Installation)

3. Start the server

```bash
uvicorn main:app --reload
```