DSFrey / basic-api-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAB 03: basic-api-server

Author: Daniel Frey

Problem Domain

Concise Description of why this app exists

Links and Resources

Setup

.env requirements (where applicable)

  • PORT - Port Number
  • DATABASE_URL - URL to the running Postgres instance/db

How to initialize/run your application (where applicable)

  • Initialize by running npm run db:config and db:create

  • Start the server by running npm start

UML

Link to an image of the UML for your application and response to events

About

License:MIT License


Languages

Language:JavaScript 100.0%