Platform to aggregate information received from social media that one can substantiate but inadequately.
Create the following files at the root of the repository
.env.client.dev
CHOKIDAR_USEPOLLING=true
.env.db.dev
PGADMIN_DEFAULT_EMAIL=admin@hearsay.ai
PGADMIN_DEFAULT_PASSWORD=hearsay
POSTGRES_USER=hearsay
POSTGRES_PASSWORD=hearsay
POSTGRES_DB=hearsay
.env.server.dev
DATABASE_URL=postgresql://hearsay:hearsay@db:5432/hearsay
DEBUG=1
docker-compose build
docker-compose up
Download and install Insomnia
- Create a personal access token on GitHub
- Enter your github credentials in the UI
- Click on import project and import the
.insomnia
folder from the root. - Make changes to the API yaml file if required and push changes from insomnia.
hearsay.localhost
- Frontend (React App)api.hearsay.localhost
- Backend (Django App)pgadmin.hearsay.localhost
- PG Admin (Database)