Api for recipe management using GraphQL.
- Install MySQL database or use Mysql docker image
- Create .env file in the root of the project, uses .env.example as template.
- Configure the .env file using your credentials.
- Install dependencies npm install.
# development
$ npm run start
#or
# watch mode
$ npm run start:dev