Skip to content

user-for-download/robyn-example

Repository files navigation

Robyn-example-auth-stratz-dota2

Robyn Example

This repository contains an example project using Robyn, a lightweight web framework for Python.

site page

Introduction

Robyn Example is a sample project designed to demonstrate the capabilities of the Robyn web framework. It provides a basic setup to help you get started with building web applications using Robyn.

Installation

To get started with this project, follow these steps:

Clone the repository:

git clone https://github.com/user-for-download/robyn-example.git
cd robyn-example

Create a virtual environment (optional but recommended):

python -m venv venv
source venv/bin/activate 

Install the required packages:

pip install -r requirements.txt

Run

Initial migration

use alembic or uncomment

#await on_app_startup() in main.py
cp .example .env
robyn main.py --dev

log

INFO:robyn.logger:Starting server at http://0.0.0.0:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published