Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Introduction

This is EllarSQL documentation db_learning project source code with all the illustrations

Project setup

pip install -r requirements.txt

Important Quick Steps

After environment setup, kindly follow instruction below

  • apply migration python manage.py db upgrade
  • seed user data python manage.py seed

Development Server

python manage.py runserver --reload

Visit Swagger Docs: http://localhost:8000/docs

Run Test

pytest