Skip to content

OpInCo-Community/curator

Repository files navigation

#Curator Backend Api

Basic Config & tools

  1. Use pipenv as a packaging tool.
  2. Run pipenv run pre-commit install. (Required, only when setting up the project)

Postgres Configurations (Local Setup)

server = localhost

port = 5432

username = postgres

database = localhost

password = admin

Design

Figma