rowlandm / simple_crm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple_crm

Based off this article for Hello World

Also based off this article for using postgresql database and the repo on Github

python3 -m venv env

pip install fastapi uvicorn

pip install sqlalchemy

uvicorn main:app --reload

Setup data

This is part of the simple_crm_test_data repo.

git clone git@github.com:rowlandm/simple_crm.git

cd simple_crm

mkdir data

git clone git@github.com:rowlandm/simple_crm_test_data.git data

This should put data_simple_crm.db under the simple_crm/data directory

Front End application in Nuxt

Go to simple_crm_frontend for more details.

About


Languages

Language:Python 100.0%