interestinginteger123 / miniature-octo-train

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniature-octo-train

Overview

This FastAPI application provides functionality to create a user and retrieve a list of all users. It uses FastAPI for the API framework and SQLite as the database.

Prerequisites

Before running the application, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/miniature-octo-train.git
    cd your_repo
  2. Install dependencies using Poetry:

    poetry install

    This will create a virtual environment and install the required dependencies.

Usage

Running the Application

Run the FastAPI application using main.py:

python main.py

About

License:MIT License


Languages

Language:Python 94.5%Language:Dockerfile 3.3%Language:Makefile 2.2%