Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 514 Bytes

File metadata and controls

25 lines (19 loc) · 514 Bytes

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