Software-as-a-Service (SaaS) Marketplace with cryptocurrency payments
Project description
service.markets
Software-as-a-Service (SaaS) Marketplace with cryptocurrency payments
Service.markets runs on FastAPI and uses Aleph.im for decentralized hosting.
Initial setup
Install the FastAPI library and Uvicorn:
poetry install
Activate the virtual environment, if not already done:
poetry shell
Run on local
Running the API
Uvicorn is used to run ASGI compatible web applications, such as the app
web application from the example above. You need to specify it the name of the
Python module to use and the name of the app:
python -m uvicorn src.service_markets.api.main:app --reload
Then open the app in a web browser on http://localhost:8000
Tip: With
--reload
, Uvicorn will automatically reload your code upon changes
Testing
To run the tests, you need to install the dev dependencies.
In order to avoid indexing all the messages and starting out with an empty database, you need to set the TEST_CHANNEL
environment variable to true
:
export TEST_CHANNEL=true
Then, you can run the API tests with:
poetry run pytest src/service_markets/api/test.py
Note: The tests run sequentially and if one fails, the following ones will also fail due to the event loop being closed.
Environment variables
Name | Description | Type | Default |
---|---|---|---|
TEST_CACHE |
Whether to use the test cache | bool |
true |
TEST_CHANNEL |
Whether to use a fresh test channel | bool |
false |
ALEPH_CHANNEL |
The Aleph channel to use, is superseded by TEST_CHANNEL |
string |
None |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file service_markets-0.3.17.tar.gz
.
File metadata
- Download URL: service_markets-0.3.17.tar.gz
- Upload date:
- Size: 22.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-76-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e227864b8b17124cd7e3e024d7434cc78398616dc97e18a61d952c4ec2b2a57f |
|
MD5 | b45ba5f333986f2bf4c7c0505f8062c5 |
|
BLAKE2b-256 | 624b9efca423a54d451acdcde628375fd184b4860aeb5b59bdda18c222293bb4 |
File details
Details for the file service_markets-0.3.17-py3-none-any.whl
.
File metadata
- Download URL: service_markets-0.3.17-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.6 Linux/5.15.0-76-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dbc1375addce363cbef378d4266176b15db8ebf29493b42d337f2c96826cbe85 |
|
MD5 | 7778c2148b5d3d227d491d0ad7ab0c33 |
|
BLAKE2b-256 | a445b2f540fd6f3ed119dfe7fe6613135f223ad8475314843fbe23b9b7801ccb |