Skip to content

codists/python-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-talk

Using Python + Flask + Vue + Axios + JWT to build a forum.

How to run backend

  • clone
$ git clone https://github.com/codists/python-talk.git
  • create and activate virtual environment
$ cd python-talk/backend/
backend$ source ./venv/bin/activate
  • install requirements.txt
python-talk/backend$ pip install -r requirements.txt
  • run
python-talk/backend$ flask run

How to run Celery

Note: If you use rabbitmq or redis, and so on, please start they before starting Celery.

python-talk/backend$ celery -A python_talk.entrypoint.celery worker -l info

How to run frontend

  • clone
    $ git clone https://github.com/codists/python-talk.git
  • install
    $ cd python-talk/frontend/
     python-talk/frontend$ npm install
  • run
    python-talk/frontend$ npm run serve

About

Using Python + Flask + Vue + Axios + JWT to build a forum.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •