https://github.com/alivekeep/eav-nodejs
https://github.com/alivekeep/eav-nodejs
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alivekeep/eav-nodejs
- Owner: Alivekeep
- Created: 2019-04-01T10:47:49.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-02T16:35:41.000Z (about 7 years ago)
- Last Synced: 2025-01-21T11:33:39.980Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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