GithubHelp home page GithubHelp logo

democicd's Introduction

URL shortener

Testing

Another URL shoterner app.

This is an example of using Sanic with asyncpg - a fast PostgreSQL client lib for asyncio.

If you want to try, use docker-compose:

$ docker-compose build
$ docker-compose up

Screenshot of the app

Screenshot

Development

Each component of this app has its own Dockerfile:

  • PostgreSQL: sql/Dockerfile
  • Nginx: nginx.Dockerfile
  • App: app/Dockerfile

PostgreSQL

There is a dockerized PostgreSQL in sql, build your own PostgreSQL container:

$ cd sql
$ docker build -t postgres_local .
$ docker run --rm -it -v /tmp/pg:/var/lib/postgres/data -p 5432:5432 postgres_local

App

Only support Python 3 (tested on Python 3.6.4)

This app uses pipenv to manage virtualenv. Go to app and install dependencies, then you can start working with this:

$ cd app
$ pipenv install
$ pipenv shell # run app inside virtualenv

Run the app

$ POSTGRES_USER=url POSTGRES_PASSWORD=secret DEBUG=True python app.py

License

MIT

democicd's People

Contributors

congto avatar namnh68 avatar

Watchers

James Cloos avatar  avatar

Forkers

dunguyenn

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.