Skip to content

BilliNovik/full-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CRUD application for my practice GraphQL technology | Demo

server => https://graphql-movies-direcors.herokuapp.com/graphql

Technologies

Features

  • Create new directors and films
  • Read all directors and films
  • Update director and film
  • Deletr director and film

Deploying to your computer

First press 'Code' button and choose 'Download ZIP', then unpacking zip to your any folder and open in Visual Studio Code or other program. Your structure can be like...

. 
├── server
└── client

Open the terminal in two window and write in first window cd server and then npm i and other window cd client and then npm i. Then in first window npm run dev and other window npm start

Don't forget adding your .env params in folder...

. 
├── server
│   └── .env  
└── client
    └── .env  

About

CRUD application for my practice GraphQL technology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages