Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilovepixelart/ts-express-esbuild
Esbuild - Express.js example, boilerplate, starter
https://github.com/ilovepixelart/ts-express-esbuild
esbuild example express jest mongoose nodejs npm programming ts ts-cache-mongoose ts-migrate-mongoose ts-patch-mongoose typescript
Last synced: 18 days ago
JSON representation
Esbuild - Express.js example, boilerplate, starter
- Host: GitHub
- URL: https://github.com/ilovepixelart/ts-express-esbuild
- Owner: ilovepixelart
- License: mit
- Created: 2023-05-03T15:50:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-01T22:12:02.000Z (about 1 month ago)
- Last Synced: 2024-10-10T07:18:21.628Z (29 days ago)
- Topics: esbuild, example, express, jest, mongoose, nodejs, npm, programming, ts, ts-cache-mongoose, ts-migrate-mongoose, ts-patch-mongoose, typescript
- Language: TypeScript
- Homepage:
- Size: 1.56 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Express.js + TypeScript 5 + Esbuild
* [express](https://expressjs.com/) - fast, unopinionated, minimalist web framework for node
* [mongoose](https://mongoosejs.com/) - mongodb object modeling
* [ts-migrate-mongoose](https://github.com/ilovepixelart/ts-migrate-mongoose) - mongoose migration framework
* [ts-patch-mongoose](https://github.com/ilovepixelart/ts-migrate-mongoose) - mongoose patch history & events
* [ts-cache-mongoose](https://github.com/ilovepixelart/ts-cache-mongoose) - mongoose cache (in-memory, redis)
* [typescript 5](https://www.typescriptlang.org/)
* [esbuild](https://esbuild.github.io/) for typescript transpilation
* eslint-standard
* jest with ts-node that uses esbuild + in memory mongodb for testingYou can run it using docker:
```bash
docker compose build
docker compose up
```