Skip to content

This app I created while learning GraphQL and Prisma.

Notifications You must be signed in to change notification settings

Munaf-Divan/GraphQL-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

How to run the app

  • Clone the project

Backend App

  • Install dependencies
      npm install
    
  • Create .env file with variables mentioned in .env.example.
    • Create postgresql database and save connection url in .env file.
  • Create and Run migration.
    npm run migrate
    
  • Run the project
    npm run dev
    

Frontend App

  • Install dependencies
      npm install
    
  • Create .env file with variables mentioned in .env.example.
  • Run the app
      npm run dev
    

About

This app I created while learning GraphQL and Prisma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published