Skip to content

gelecekbilimde/gelecekbilimde-backend

Repository files navigation

Gelecek Bilimde Community Science Communication Platform

Build Status

Elasticsearch Redis Postgres Docker Docker Compose


Postman Collection: Gelecek Bilimde API

https://www.postman.com/gelecek-bilimde-team/workspace/gelecek-bilimde/collection/37702250-8bfe54f1-1864-410a-b960-ab4e7122dd3e?action=share&creator=37702250

Related Projects

Frontend

Android


Local Environment Setup

The following command can be executed to stand up the application's dependencies on Docker. Then the application can be run and proceed.

  docker compose up -d --build

The following command can be used to remove Docker Containers.

  docker compose down -v

When used with the -v flag, volumes are also deleted. If you want the volumes to be deleted completely, you must also delete the docker directory in the application directory. is required.