Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guacs/fluxkart


https://github.com/guacs/fluxkart

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Bitespeed

## Demo

The demo's root path is at:

`https://fluxkart-yxff.onrender.com/`

## Run

```bash

python -m pip install -r requirements.txt
python -m litestar --app bitespeed.app:create_app run
```

To run the tests,

```
python -m pip install -r dev-requirements.txt
python -m pytest
```