/MovieAPI

A movie API built using GraphQL and Express

Primary LanguageJavaScript

MovieAPI

A movie API built using GraphQL, Express and sequelize ORM

To test, create a .env and add the following variables( fill in ur database username and password, you can change the rest however you like). Make sure you have MYSQL setup

HOST=localhost

DB_NAME=movie_api

DB_USER=

DB_PASS=

DB_DIALECT=mysql

JWT_SECRET=your_super_secret

Then npm run dev-to run api