From 2aa850ee74d3edfb638b981d79754e091abd7c05 Mon Sep 17 00:00:00 2001 From: Alyx Gryczewski Date: Sat, 27 Jul 2024 23:40:35 -0400 Subject: [PATCH] Added readme with initial env requirements --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5a1fa74 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Fashionscape API + +### Running the API +Required environment variables: +- PG_URI +- PG_PORT +- PG_USER +- PG_PASS +- PG_DB \ No newline at end of file