Skip to content

genshin-impart/model-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend

Commands

For development

  • initialize database (drop optional)
flask --app backend/app initdb <--drop>
  • generate fake data
flask --app backend/app forge

How to run

  • Makefile

Which equals to python ./backend/app.py.

make
  • flask shell (not recommanded)

In this way, SocketIO may not work connectly.

flask --app backend/app run

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages