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

https://github.com/goto-eof/blank-node


https://github.com/goto-eof/blank-node

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# blank-node
A blank nodejs project.

Modules: apollo server (graphql), express, typeorm
DBMS: postgreSQL

## Run

`npm install`

`sudo docker-compose up` - starts a docker container with postgreSQL

`npm run start`

## Migrations

`npm run migrationnew` - createas a migration file if it is necessary

`npm run typeorm migration:run` - execute migration scripts