Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 testing

You can run it using docker:

```bash
docker compose build
docker compose up
```