Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zkfmapf123/express-template
node express server boiler-plate v2
https://github.com/zkfmapf123/express-template
express functional-programming template typescript
Last synced: 4 days ago
JSON representation
node express server boiler-plate v2
- Host: GitHub
- URL: https://github.com/zkfmapf123/express-template
- Owner: zkfmapf123
- Created: 2023-11-27T15:38:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-25T13:40:24.000Z (22 days ago)
- Last Synced: 2024-12-25T14:26:31.700Z (22 days ago)
- Topics: express, functional-programming, template, typescript
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-boilerplate v2
## Prestart
```sh
sh alias.shnpm install -> pnpm install
npm install [lib] -> pnpm add [lib]
npm run build -> pnpm run build
```## Tech
- pnpm
- rollup (bundler)
- express + typescript
- Joi
- Sequalize (DB Connect)
- docker + docker-compose## Folder Architecture
```sh
|- src ## Root Folder
|- configs ## App 구동시 필요한 설정들 입니다.
|- middlewares ## Middleware 목록입니다
|- base ## Model
|- repositores ## DB Layer
|- domains ## Domain
|- ...services ## Domain Services
|- utils ## Utils
``````sh
|- lib
|- core-fp ## 함수형 프로그래밍 lib
```## Reference
- pnpm