- Project: Capital Finder
- Author: Brendon Hampton
back-end server url (when applicable)
front-end application (when applicable)
.env requirements (where applicable) i.e.
- PORT - 3000
- DATABASE_URL - URL to the running Postgres instance/db
- start virtual environment
-
..venv\Scripts\activate
-
- for Development environment
- vercel Dev
- localhost:3000/api/app
- to get a query
- localhost:3000/api/app?country={countryName}
- localhost:3000/api/app?capital={capitalName}
How do you run tests?
- no tests for server API call