GithubHelp home page GithubHelp logo

summarizer's Introduction

Summarizer (FastAPI and Postgres Example App)

Summarizer CI/CD

Running Locally for Development

  • Bring the environment up: docker-compose up -d
  • Run db migrations: docker-compose exec web aerich upgrade
  • Bring environment down and remove persistent DB disk: docker-compose down -v

Running in Heroku

heroku create
export APP_NAME=<name of the app>
heroku container:login
heroku addons:create heroku-postgresql:hobby-dev --app ${APP_NAME}
docker buildx build --load --platform linux/amd64 -f project/Dockerfile.prod -t registry.heroku.com/${APP_NAME}/web ./project
docker push registry.heroku.com/${APP_NAME}/web:latest
heroku container:release web --app ${APP_NAME}
heroku run aerich upgrade --app ${APP_NAME}

Testing

Run the included run_all_tests.sh to bring up the application via docker-compose to run all of the tests.

Running unit tests locally (and quickly in parallel)

docker-compose up -d
docker-compose exec web pytest -k "unit" -n auto

summarizer's People

Contributors

bobbywatson3 avatar

Watchers

 avatar

summarizer's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.