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

https://github.com/edtonatto/api-scripts


https://github.com/edtonatto/api-scripts

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# API-Scripts

### Getting started
#### **1. Clone repository:**
```sh
git clone https://github.com/CodeSplit/api-scripts.git
cd api-scripts
```

#### **2. Add dependencies:**
Run `npm install` or `yarn install` in order to install all the dependencies.

#### **3. Create .env file:**
Create a file named `.env` with the same content as `.env.example`.
Replace the default value with your own values, e.g.:

**env.example file**|**.env file**
:-----:|:-----:
PORT=APIPortValue|PORT=4444

#### **4. Run API:**
```sh
yarn dev
```

---