Tips: This repository is still under construction.
This project is the new version of z-t-y/Flog.
This written is written to be the back-end of this website project, there's also a front-end project of Flemi (using React.js).
Flemi API uses PDM to manage its dependencies, so you should install PDM first:
pip install pipx
pipx install pdm
then install with PDM:
pdm install
To initialize Flemi API, you must make the database and administrator ready with command:
flask deploy
flask create-admin
If you want to generate fake data for testing, you should use command flask forge
after
running the command above.
Then you can run our Flemi API. In most cases just use flask run
, but if you use servers
like PythonAnywhere, Heroku, etc. Read its docs and go on.
Flemi project is created by @z-t-y. Now maintained by helloflask/floggers. See contributors for more information.