Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sastraxi/typescript-express-knex
A template for backend programming with typescript, express, and knex.
https://github.com/sastraxi/typescript-express-knex
express knex pgsh typescript
Last synced: 21 days ago
JSON representation
A template for backend programming with typescript, express, and knex.
- Host: GitHub
- URL: https://github.com/sastraxi/typescript-express-knex
- Owner: sastraxi
- Created: 2019-02-19T04:00:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T01:48:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T09:44:25.817Z (about 1 month ago)
- Topics: express, knex, pgsh, typescript
- Language: TypeScript
- Size: 375 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript / Express / Knex Template
Backend programming, configured for PostgreSQL.
Useful commands include
* `yarn dev`
* `yarn knex migrate:make `
* `pgsh clone, pgsh switch, pgsh destroy`
* `pgsh up`