Skip to content

Launching application

Pawel edited this page Jul 25, 2022 · 2 revisions

How to start the application

How to prepare dev environment

  • Open the command line in the EventsScraper directory
  • Run command: docker-compose up -d
  • Now you can run application from your IDE

Info about the environment

  • PostgreSQL exposed port: :5432
  • PostgreSQL credential:
    • user: admin
    • password: admin
  • PgAdmin available on: http://localhost:5050
  • PostgreSQL credential:
    • user: admin@admin.com
    • password: admin

Screen shot from database

Clone this wiki locally