Skip to content

wasilak/notes-manager

Repository files navigation

Notes Manager

logo.jpg

Docker Repository on Quay Maintainability

  • markdown (github flavored)

  • Go backend

  • quick start with: docker-compose up -d --remove-orphans --build

  • uses .env for configuration:

    DB_PROVIDER=mongodb
  • database providers:

  • MongoDB 4.x

  • install dependencies with:

  • go mod tidy

  • yarn install

  • run locally with: uvicorn main:app --reload --log-level debug

  • create notes index with: curl -s -XPUT http://localhost:9200/notes

  • Growl notifications