Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mhp24/run-js-api


https://github.com/mhp24/run-js-api

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# Run js API


javascript and typescript

## 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
```