Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhp24/run-js-api
https://github.com/mhp24/run-js-api
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhp24/run-js-api
- Owner: MHP24
- Created: 2024-02-02T21:43:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T21:24:49.000Z (9 months ago)
- Last Synced: 2024-05-11T22:26:26.452Z (9 months ago)
- Language: TypeScript
- 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
```