Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ilovepixelart/ts-express-swc
- Owner: ilovepixelart
- License: mit
- Created: 2023-03-22T21:00:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-16T04:09:27.000Z (23 days ago)
- Last Synced: 2024-10-17T16:59:31.772Z (22 days ago)
- Topics: example, express, jest, mongoose, nodejs, npm, programming, swc, swc-jest, ts, ts-cache-mongoose, ts-migrate-mongoose, ts-patch-mongoose, typescript
- Language: TypeScript
- Homepage:
- Size: 1.86 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
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 + 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 testingYou can run it using docker:
```bash
docker compose build
docker compose up
```