/kuuk_server

Kuuk recipe management backend. Built with NestJS and GraphQL.

Primary LanguageTypeScript

Kuuk-Server

Contributors

Recipe management.

Project documentation

ER-Model

Getting Started

Installing dependencies:

npm install

Running the dev server:

npm run dev

Generate graphql.ts typing file from GraphQL files and watch for further changes:

npn run watch:typings

Running in production

Serving the build

npm run start:prod

Author(s)