Skip to content

Sillar-codes/KoenCMS-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koen_api

python flask

For live For test
???????? ????????

INSTALLATION

  1. Install a virtual environment

    $ virtualenv -p python3.9 env
  2. Install all packages in the requirements.txt file.

    $ env/bin/pip install -r requirements.txt
  3. Apply the migration to the database

    $ env/bin/python migrate.py db upgrade
  4. Now you can run

    $ env/bin/python run.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published