SteaneMurphy / T3A2_FullStackApp

Travel Application for Trip Planning
1 stars 2 forks source link

Express setup #7

Closed SteaneMurphy closed 1 month ago

SteaneMurphy commented 1 month ago
SteaneMurphy commented 1 month ago

Express boilerplate added. Mongoose DB connection tested and working. Basic DB wipe and seed added. Home API endpoint ("/") returns Hello World. Gitignore is correctly ignoring environment and config files.