Files
archived-starters/examples/expressjs-postgres
dependabot[bot] 50c837e081 Bump normalize-url from 4.5.0 to 4.5.1 in /examples/expressjs-postgres (#124)
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-18 11:18:00 -07:00
..
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00
2021-02-03 06:45:59 +00:00

title, description, tags
title description tags
ExpressJS Postgres An ExpressJS server that connects to a PostgreSQL database
express
postgres
typescript

ExpressJS Postgres Example

This example starts an ExpressJS server that connects to a Railway PostgreSQL database.

Deploy on Railway

Features

  • Postgres
  • Express
  • TypeScript

💁‍♀️ How to use

📝 Notes

The server started simply returns the current time in the database. The SQL query is located in src/index.js.