Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1015 Bytes

README.md

File metadata and controls

55 lines (29 loc) · 1015 Bytes

SNAP Stack

SNAP stack is a SvelteKit - Node - (fast)API - Postgres- stack toolkit for building, testing and deploying fullstack CMS, CRM and Mobile SaaS applications

Screenshots

Steps for blog


==> python3 -m venv myvenv

==> source myvenv/bin/activate

pip install fastapi

pip install "uvicorn[standard]"

pip install pydantic

pip install --upgrade pip

==> python --version (should be 3.9 or higher)
Python 3.10.9

==> uvicorn --version
Running uvicorn 0.15.0 with CPython 3.10.9 on Darwin

pip install sqlalchemy

pip install passlib

pip install bcrypt

pip install sqladmin

Run

cd SNAP-backend

uvicorn main:app --reload