A project for study purpose, following steps of "Criando API's com Nodejs, GraphQL, JWT e Sequelize" course from Udemy.
-
Set following environment variables:
- JWT_SECRET
-
Copy repository then run in terminal
npm install
- In terminal run:
npm run gulp
- In another terminal run:
npm run dev
- Open
http://localhost:3000/graphql
in your browser