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
- Host: GitHub
- URL: https://github.com/vasa-develop/playground_backend
- Owner: vasa-develop
- Created: 2024-07-14T13:40:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:10:59.000Z (over 1 year ago)
- Last Synced: 2025-06-04T03:21:02.028Z (10 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```