Skip to content

Simple jobs platform, using FastAPI (Starlette + Pydantic), SQLModel (SQLAlchemy + Pydantic) and Alembic for migrations

License

Notifications You must be signed in to change notification settings

jsmsalt/jobs-api

Repository files navigation

Job Platform API

Simple jobs platform, using FastAPI (Starlette + Pydantic), SQLModel (SQLAlchemy + Pydantic) and Alembic for migrations

How to use it

# Create and activate virtual environment
python -m venv .virtualenvs
.virtualenvs\Scripts\Activate.ps1

# Upgrade and install requirements
pip install --upgrade pip
pip install -r requirements.txt

# Run
python main.py

About

Simple jobs platform, using FastAPI (Starlette + Pydantic), SQLModel (SQLAlchemy + Pydantic) and Alembic for migrations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages