Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolasvauche/testing_nodejs
https://github.com/nicolasvauche/testing_nodejs
course docker docker-compose dockerfile github-actions gitlab-ci jenkins jest nodejs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolasvauche/testing_nodejs
- Owner: nicolasvauche
- Created: 2024-06-07T13:16:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T09:34:40.000Z (about 2 months ago)
- Last Synced: 2024-11-06T10:46:51.231Z (about 2 months ago)
- Topics: course, docker, docker-compose, dockerfile, github-actions, gitlab-ci, jenkins, jest, nodejs
- Language: JavaScript
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node.js avec Docker Compose, Jest et CI/CD
Ce projet est une application Node.js configurée pour s'exécuter dans des conteneurs Docker. Il inclut des tests unitaires avec Jest et des pipelines CI pour GitHub Actions, GitLab CI et Jenkins.## Prérequis
- Docker
- Docker Compose## Installation
1. Clonez le dépôt :
```bash
git clone https://github.com/nicolasvauche/testing_sf.git
```
2. Construisez et lancez les conteneurs Docker :
```bash
docker-compose up -d
```
3. Accédez à l'application :
Ouvrez votre navigateur et accédez à `http://localhost:3000/hello/`.