Skip to content

unnati-xyz/guby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2ae1749 Â· Sep 8, 2020

History

41 Commits
Jul 1, 2020
Sep 8, 2020
Sep 8, 2020
Jul 17, 2020
Jul 1, 2020
Jul 11, 2020
Jun 27, 2020
May 8, 2020
Jul 11, 2020
Jul 5, 2020
Jul 1, 2020
Jul 28, 2020
May 9, 2020
Jul 5, 2020

Repository files navigation

unnati-xyz

guby 🦉

Guby.live coming soon.

How to run guby

Guby app currently is a django application with postgres DB as the database.

Pre-requisities for running the app

  • Docker
  • docker-compose

In order to run the app, you need to do the following:

git clone [email protected]:unnati-xyz/guby.git
cd guby
cp .env.sample .env # change .env as per your liking
mkdir postgres_data
docker-compose build && docker-compose up

This will bring up 2 containers, one guby_web and the other postgres:apline . Once the containers are up, go to your browser and type localhost:5000, you should see the djano app.