Skip to content

gaurdianaq/team-ginger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

337 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Open a terminal and go to the server folder. Make sure you have pipenv installed (pip install pipenv)
  2. Install the dependencies with pipenv install. This also create a a virtual environment, if there isn't one already
  3. Activate the virtual environment pipenv shell
  4. Ensure postgres & redis are installed
  5. Ensure you're in the team-ginger folder
  6. Run Celery celery -A server.mentions_crawler_celery worker -B -l info -Q celery,crawlers
  7. Run Flask python -m server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages