Puzzle Recipe Challenge 💥

Description

Api for recipe management using GraphQL.

Developed using

Setup

  1. Install MySQL database or use Mysql docker image
  2. Create .env file in the root of the project, uses .env.example as template.
  3. Configure the .env file using your credentials.
  4. Install dependencies npm install.

Running the app

# development
$ npm run start

#or

# watch mode
$ npm run start:dev