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

https://github.com/alivekeep/eav-nodejs


https://github.com/alivekeep/eav-nodejs

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# EAV-nodejs

#### Prerequisites

- Docker (18+)
- docker-compose (1.23+)
- NodeJS (10.0 +)
- npm (6+)

#### Using

Starting Postgres inside Docker

```bash
npm run docker:start
```

Making database migrations

```bash
npm run database:up
```

Starting server

```bash
npm run server:start
```

#### API

Postman [collection](https://www.getpostman.com/collections/ddd4f11b56ce1436c0ec) for the testing