You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an old project I collaborated on before I got my first job, it is not representatitive of my current standards of code quality but it is a good reminder of how much I've grown as a dev.
flask-starter
Starting the server:
Open a terminal and go to the server folder. Make sure you have pipenv installed (pip install pipenv)
Install the dependencies with pipenv install. This also create a a virtual environment, if there isn't one already
Activate the virtual environment pipenv shell
Ensure postgres & redis are installed
Ensure you're in the team-ginger folder
Run Celery celery -A server.mentions_crawler_celery worker -B -l info -Q celery,crawlers