https://github.com/darkzarich/express-ts-boilerplate
Boilerplate\templame repository for starting Express + Typescript + Jest (+Supertest) project.
https://github.com/darkzarich/express-ts-boilerplate
boilerplate boilerplate-template express folder-structure jest superagent supertest template typescript
Last synced: 3 months ago
JSON representation
Boilerplate\templame repository for starting Express + Typescript + Jest (+Supertest) project.
- Host: GitHub
- URL: https://github.com/darkzarich/express-ts-boilerplate
- Owner: Darkzarich
- Created: 2022-02-19T22:46:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T23:53:35.000Z (10 months ago)
- Last Synced: 2025-03-12T16:51:38.211Z (7 months ago)
- Topics: boilerplate, boilerplate-template, express, folder-structure, jest, superagent, supertest, template, typescript
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Boilerplate\template repository for starting `Express + Typescript + Jest` (with [supertest](https://github.com/visionmedia/supertest)) project.
To create a repository based on this template simple click "Use this template" button above
### Precautions
It uses **folder-by-type scructure** which suitable for **small projects** (~10 files in each type).
As your project grows it will become more difficult to find the file you're actually looking for.
If you intend to build a large project I'd highly recommend using **folder-by-feature scructure** as a highly scalable approach.
Create a directory for each feature and place all related models, controllers, routes, and templates for that feature in that directory together.