https://github.com/martudev/template-express-docker-typescript
A template with nodejs and docker in type-script
https://github.com/martudev/template-express-docker-typescript
docker docker-compose eslint express jest nodejs template typescript
Last synced: 3 months ago
JSON representation
A template with nodejs and docker in type-script
- Host: GitHub
- URL: https://github.com/martudev/template-express-docker-typescript
- Owner: martudev
- License: mit
- Created: 2021-06-19T21:49:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T14:13:11.000Z (about 5 years ago)
- Last Synced: 2025-03-05T03:31:00.102Z (over 1 year ago)
- Topics: docker, docker-compose, eslint, express, jest, nodejs, template, typescript
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Started
This template includes
- Docker Node.js image `v14 LTS (long term support)` **if you want to change to a new version you can see [this link](https://hub.docker.com/_/node?tab=description&page=1&ordering=last*updated)**
- Express ^4.17.1
- TypeScript ^4.3.4
- docker-compose yml file for better deployment
- ESlint ^7.29.0 for a better and clean code.
- Jest ^27.0.4 for test our code
## How to install
Click on `Use this template`
`npm install`
## How to use it
For run the server on dev `npm start`
For build and run docker `docker-compose up -d`
## IMPORTANT
We created this repository as a simple base for all projects, it is likely that you will have to include some parameters in some docker or jest files, etc.