Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 254 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 254 Bytes

fantasy

The backend of Modern Fantasy, built with Express and Postgres.

Getting Started

To start developing locally, create the .env file and populate the required database fields:

  • DB_HOST
  • DB_USER
  • DB_DATABASE
  • DB_PASS
  • DB_PORT