Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 420 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 420 Bytes

#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