modified config, database seed connects to PG, imported sql scripts from previous version

This commit is contained in:
Mikayla Dobson
2023-01-25 14:40:32 -06:00
parent 3c988c9897
commit 94e73b97b6
44 changed files with 415 additions and 56 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Recipin API
This is my reworked REST API for my built-from-scratch recipe-sharing platform.
I am rebuilding this API using Spring Boot connected to a PostgreSQL database.