Node GraphQL JWT Todo App
Run following command to install required packages
npm i
Configure your db connection using the file config/config.json
Run following command to create required tables.
npx sequelize-cli db:migrate
Add your web ui origin to config/corsOrigins.js file
Run following command to run app
node server.js