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

https://github.com/gabrielczar/graphql-node-api

Api for Blog using GraphQL
https://github.com/gabrielczar/graphql-node-api

grapql jwt nodejs sequelize typescript

Last synced: 3 months ago
JSON representation

Api for Blog using GraphQL

Awesome Lists containing this project

README

        

# GraphQL NodeJs Api


Mysql Container Configurations

##### Create Docker instance of Mysql

```docker run --name graphqldb -e MYSQL_ROOT_PASSWORD=root -p 3306:3306 mysql:latest```

##### Execute Docker Mysql

```docker exec -it graphqldb mysql -u root -p```

##### Create Database

```create database database_development;```


Compile Configurations

```npm run gulp```


Execute Development Server

```npm run dev```