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-swc

SWC - Express.js example, boilerplate, starter
https://github.com/ilovepixelart/ts-express-swc

example express jest mongoose nodejs npm programming swc swc-jest ts ts-cache-mongoose ts-migrate-mongoose ts-patch-mongoose typescript

Last synced: 18 days ago
JSON representation

SWC - Express.js example, boilerplate, starter

Awesome Lists containing this project

README

        

# Express.js + TypeScript 5 + SWC

* [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/)
* [swc](https://swc.rs/) for typescript transpilation
* jest that uses swc + in memory mongodb for testing

You can run it using docker:

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