GithubHelp home page GithubHelp logo

zero2prod's Introduction

curl -i -X POST -d 'email=[email protected]&name=Tom'
http://127.0.0.1:8000/subscriptions

docker build --tag zero2prod --file Dockerfile . docker run -p 8000:8000 zero2prod

curl -v http://127.0.0.1:8000/health_check curl -v http://127.0.0.1:8000/health_check

curl POST
--data 'name=lee%20guin&email=ursula_lee_guin%40gmail.com'
127.0.0.1:8000/subscriptions --verbose

Sign up DO

https://cloud.digitalocean.com/registrations/new

Installing doctl

https://docs.digitalocean.com/reference/doctl/how-to/install/

Edit sepc.yaml

Authenticating DO

doctl auth init

Linking your github account

https://docs.digitalocean.com/support/how-to-troubleshoot-apps-in-app-platform/

Creating an application

doctl apps create --spec spec.yaml

Check your app status

doctl apps list DO dashboard: https://cloud.digitalocean.com/login

Retrieving the public URI

doctl apps list

Update app specification

doctl apps update [YOUR-APP-ID] --spec=spec.yaml

Add a Trusted Source using the Control Panel

Migrating the database

DATABASE_URL=YOUR-DO-DB-CONNECTION-STRING sqlx migrate run

Testing

curl POST
--data 'name=le%20guin&email=ursula_le_guin%40gmail.com'
[public URI]/subscriptions --verbose

Delete app

doctl apps delete [YOUR-APP-ID]

zero2prod's People

Contributors

pow-devops2020 avatar

Watchers

 avatar

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.