https://github.com/miguelsavignano/docker-express-typescript
https://github.com/miguelsavignano/docker-express-typescript
example single-page-app webserver
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelsavignano/docker-express-typescript
- Owner: MiguelSavignano
- Created: 2019-04-24T21:08:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T10:55:41.000Z (about 6 years ago)
- Last Synced: 2025-03-06T00:02:00.753Z (11 months ago)
- Topics: example, single-page-app, webserver
- Language: JavaScript
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJs app kubernetes
## Nodejs app
Architecture

Single page aplication with rest api.
## Backend
### Docker images
image: devmasx/express-typescript-backend:latest
| Service | Version |
| ------- | ------- |
| Nodejs | 10.13.0 |
| Express | 4.16.4 |
| Mysql | 5.7 |
Enviroments
| Name | Required | Default |
| ----------------- | -------- | ---------- |
| DATABASE_HOST | true | |
| DATABASE_USERNAME | true | |
| DATABASE_PASSWORD | true | |
| NODE_ENV | false | production |
| PORT | false | 3000 |
## Frontend
### Docker images
image: devmasx/react-typescript-nginx-frontend:latest
| Service | Version |
| ------- | ------- |
| React | 16.8.6 |
| Nodejs | 10.13.0 |
Enviroments
| Name | Required | Default |
| ---------- | -------- | --------------------- |
| PROXY_PASS | false | http://127.0.0.1:3000 |
| API_URL | false | /api |
| PORT | false | 80 |