Skip to content

Flask api for user content administration dashboard

Notifications You must be signed in to change notification settings

bebo22/python-flask-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-flask-api

This is a repository for flask restful api code, for an user content administration dashboard

Dependencies

  • Built with Python 3.8

Setup

  • Create python virtual environment $ virtualenv venv
  • Install all requirementes from requirementes.txt with $ pip install -r requirements.txt
  • Generate database with the following commands
    • $ python manage.py db init
    • $ python manage.py db python manage.py db migrate
    • $ python manage.py db upgrade
  • Run the application with $ python manage.py run

About

Flask api for user content administration dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published