Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 280 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 280 Bytes

places-api

GraphQL API for https://github.com/FIL1994/places-client

Setup

generate jwt secret

node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"

add to .env file

JWT_SECRET=your_secret_key

start server

npm start