/notes-backend

Notes web app backend

Primary LanguageJavaScriptMIT LicenseMIT

notes-backend

A GraphQL server that serves as the backend to the Notes site!

This project was created using graphql-yoga as the GraphQL server with Prisma to handle all the database operations.

Available Scripts

In the project directory you can run:

npm run dev

Runs the app in development mode.
Reads a .env file for the required environment variables.
The .env.template file contains the required environment variables.

npm start

Runs the app in production mode.

Contributors