Notaduck / devops_itu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SonarCloud

BCH compliance

Maintainability

Test Coverage

Minitwit project

How to get started

sudo apt-get install docker-ce  && docker-compose

Next thing is to get the database running. You will have to be in the root direcotry of the root project.

sudo docker-compose up -d

The database should be up and running algonside with pgadminer on port localhost:5050. Please create a database named minitwit.

Last step

In order to run the project locally you would simply have to run docker-compose up -d, and override your host file and point api.minitwititu.xyz and minitwititu.xyz to either localhost or 127.0.0.1.

About

License:GNU General Public License v3.0


Languages

Language:HTML 59.0%Language:Python 38.3%Language:CSS 1.5%Language:Shell 0.8%Language:TeX 0.4%