LAB - 04

  • Project: Capital Finder
  • Author: Brendon Hampton

Links and Resources

back-end server url (when applicable)

front-end application (when applicable)

Setup

.env requirements (where applicable) i.e.

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

How to initialize/run your application (where applicable)

  • start virtual environment
    • ..venv\Scripts\activate

  • for Development environment
    • vercel Dev
    • localhost:3000/api/app

How to use your library (where applicable)

  • to get a query
    • localhost:3000/api/app?country={countryName}
    • localhost:3000/api/app?capital={capitalName}

Tests

How do you run tests?

  • no tests for server API call