patrickarmengol / somethingcoffee

website for discovering specialty coffee shops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

somethingcoffee

website for discovering specialty coffee shops

disclaimer: This project is in its early stages. The site is not yet publicly accessible.


Table of Contents

Installation

Set up a .env file with the following environment variables:

  • DB_URL - should use db for the hostname
  • POSTGRES_USER
  • POSTGRES_PASS
  • POSTGRES_DBNAME

Then run the docker-compose to build the images and run the containers, passing in the env file.

docker-compose up -d --build

The asgi server should wait for the database to start before running.

Usage

Site URL

http://localhost:5000

API Docs URL

http://localhost:5000/schema/swagger

License

The source code for somethingcoffee is distributed under the terms of any of the following licenses:

The content on the site is distributed under:

About

website for discovering specialty coffee shops

License:Apache License 2.0


Languages

Language:Jinja 51.6%Language:Python 47.1%Language:Mako 0.7%Language:Dockerfile 0.3%Language:CSS 0.2%