Skip to content

Files

Latest commit

71c58d1 · Jul 19, 2024

History

History
33 lines (21 loc) · 507 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 507 Bytes

nomnom-graphql-server

This is the backend graphql server for nomnom web app. Uses neo4j-graphql library to provide automatic generation of Queries and Mutations for CRUD interactions.

Usage

Set environment variables

Create a .env file referencing the .env.sample file provided.

Install dependencies

npm install

Development

npm run dev

Build

npm run build

Build and Start

npm run start