Skip to content

grogs84/matiq-backend

Repository files navigation

Matiq Backend

A modern FastAPI backend application.

Setup

  1. Create virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

The API will be available at:

Development

The application uses:

  • FastAPI - Modern Python web framework
  • Pydantic - Data validation and settings
  • Uvicorn - ASGI server

Project Structure

backend/
├── src/
│   ├── core/
│   │   ├── __init__.py
│   │   └── config.py      # Application configuration
│   ├── __init__.py
│   └── main.py            # FastAPI application
├── main.py                # Entry point
├── requirements.txt       # Dependencies
└── README.md

API Documentation

Once the server is running, visit:

About

backend services for matiq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages