https://github.com/mhp24/run-js-api
JavaScript & TypeScript Runtime API: Empower your applications with dynamic script execution capabilities. Run JavaScript and TypeScript code seamlessly, enabling dynamic functionality.
https://github.com/mhp24/run-js-api
docker nestjs
Last synced: 4 months ago
JSON representation
JavaScript & TypeScript Runtime API: Empower your applications with dynamic script execution capabilities. Run JavaScript and TypeScript code seamlessly, enabling dynamic functionality.
- Host: GitHub
- URL: https://github.com/mhp24/run-js-api
- Owner: MHP24
- Created: 2024-02-02T21:43:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T21:24:49.000Z (about 1 year ago)
- Last Synced: 2025-01-21T04:18:35.201Z (6 months ago)
- Topics: docker, nestjs
- Language: TypeScript
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Run js API
![]()
## 1. Installation
Before running the server, ensure you have [Node.js](https://nodejs.org/en) installed (version 16.16.0 or lower).
1 . Install dependencies using npm:
```bash
npm install
```2 . Replace .env.template variables and rename it as __.env file__
3 . Start the development server:
```bash
npm run start:dev
```4 . __Production mode__
```bash
npm run build && npm run start:prod
```