GraphQL API for https://github.com/FIL1994/places-client
generate jwt secret
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"add to .env file
JWT_SECRET=your_secret_keystart server
npm start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
GraphQL API for https://github.com/FIL1994/places-client
generate jwt secret
node -e "console.log(require('crypto').randomBytes(256).toString('base64'));"add to .env file
JWT_SECRET=your_secret_keystart server
npm start