ApolloServer + Express + Sequelize
yarn install
yarn dev
yarn build
yarn start
For running on the production
mode, you have to set these environment variables:
- NODE_ENV=production
- DB_HOST
- DB_NAME
- DB_USERNAME
- DB_PASSWORD
- PORT (Optional, default: 4000)