https://github.com/phacman/micro-start-node
Simple microservice with Node.js Vanilla and TypeScript.
https://github.com/phacman/micro-start-node
microservice node nodejs typescript vanilla
Last synced: 11 months ago
JSON representation
Simple microservice with Node.js Vanilla and TypeScript.
- Host: GitHub
- URL: https://github.com/phacman/micro-start-node
- Owner: phacman
- License: mit
- Created: 2023-09-28T05:41:33.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T07:05:13.000Z (over 2 years ago)
- Last Synced: 2024-12-25T17:09:58.142Z (over 1 year ago)
- Topics: microservice, node, nodejs, typescript, vanilla
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Start Node.js
Simple microservice with Node.js Vanilla and TypeScript.
Based on `node:20.6-alpine3.18`. Built image: `184 MB`;
```shell
# run this command to start
make d-up
```
### URL addresses
- main page: `/`
- simple api: `/api`
- static file: `/download/some.txt`
> Just **_click on the logo_** to download a static file.

## Analogs
- Golang Native: [micro-start-go](https://github.com/phacman/micro-start-go)
- Python Native: [micro-start-python](https://github.com/phacman/micro-start-python)
- PHP Native: [micro-start-php](https://github.com/phacman/micro-start-php)