Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1005 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 1005 Bytes

express-fly-cd

project-image

Sample Express application setup for continuous deployment with Fly.io.

shields

🧐 Features

Here're some of the project's best features:

  • Continuous Development (CD) with GitHub actions
  • TypeScript
  • Environment variable validation

🛠️ Installation Steps:

1. Install dependencies

{npm/yarn/pnpm} install

2. Environment variables

+ PGHOST=""
+ PGDATABASE=""
+ PGUSER=""
+ PGPASSWORD=""
+ ENDPOINT_ID=""

3. Run the server

{npm/yarn/pnpm} run dev

💻 Built with

Technologies used in the project:

  • Typescript
  • Express.js
  • Zod
  • @t3-oss/env
  • postgres
  • tsup