https://github.com/rafaelfgx/node
Node, Express, TypeScript, MongoDB, Vitest, Zod, Testcontainers, ESLint, Prettier, Folder-by-Feature Structure
https://github.com/rafaelfgx/node
express mongodb node nodejs testcontainers typscript
Last synced: about 1 month ago
JSON representation
Node, Express, TypeScript, MongoDB, Vitest, Zod, Testcontainers, ESLint, Prettier, Folder-by-Feature Structure
- Host: GitHub
- URL: https://github.com/rafaelfgx/node
- Owner: rafaelfgx
- License: mit
- Created: 2024-05-11T16:19:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-19T18:50:28.000Z (3 months ago)
- Last Synced: 2026-02-19T20:10:40.222Z (3 months ago)
- Topics: express, mongodb, node, nodejs, testcontainers, typscript
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Node
Node, Express, TypeScript, MongoDB, Vitest, Zod, Testcontainers, ESLint, Prettier, Folder-by-Feature Structure

## TECHNOLOGIES
- [Node](https://nodejs.org)
- [Express](https://expressjs.com)
- [TypeScript](https://www.typescriptlang.org)
- [MongoDB](https://www.mongodb.com)
- [Vitest](https://vitest.dev)
- [Zod](https://zod.dev)
- [Testcontainers](https://node.testcontainers.org)
- [ESLint](https://eslint.org)
- [Prettier](https://prettier.io)
## RUN
Visual Studio Code
#### Prerequisites
- [Docker](https://www.docker.com/get-started)
- [Node](https://nodejs.org)
- [Visual Studio Code](https://code.visualstudio.com)
#### Steps
1. Run the command **docker compose up --detach --build --force-recreate --remove-orphans** in the **Terminal**.
2. Run the command **npm run restore** in the **Terminal**.
3. Run the command **npm run start** in the **Terminal**.
4. Press **F5** (only for debugging).
5. Open **** in the **Web Browser**.
Docker
#### Prerequisites
- [Docker](https://www.docker.com/get-started)
#### Steps
1. Run the command **docker compose up --detach --build --force-recreate --remove-orphans** in the **Terminal**.
2. Open **** in the **Web Browser**.