This is EllarSQL documentation db_learning project source code with all the illustrations
pip install -r requirements.txt
After environment setup, kindly follow instruction below
- apply migration
python manage.py db upgrade - seed user data
python manage.py seed
python manage.py runserver --reload
Visit Swagger Docs: http://localhost:8000/docs
pytest