Skip to content

Developer-s-Foundry/user-service

Repository files navigation

DF Wallet User Service

Developers Foundry Wallet User Service

  Version: v1.0.0 Checked with pyright Ruff


OpenAPI/Swagger Documentation

The Swagger documentation for the application is hosted on Render along with the application server.

Setup

  • Clone the repository

    git clone https://github.com/Developer-s-Foundry/user-service.git user-service
    cd user-service
  • Setup UV.
    Click to Install UV

  • Synchronize the package requirements

    uv sync
  • Setup environment variables
    You can use .env file in the root directory to configure the variables
    See the example in ENV Example

  • Run migrations

    uv run manage.py migrate --database pg
  • Run the server locally on port 8000

    uv run uvicorn src.config.asgi:application --reload --port 8000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages