CRUD application for my practice GraphQL technology | Demo
server => https://graphql-movies-direcors.herokuapp.com/graphql
- React for the frontend
- URQL for GraphQL frontend
- Chakra UI for UI
- MongoDB & Mongoose for the database
- Node & Express for the backend
- GraphQL Yoga for GraphQL server
- Create new directors and films
- Read all directors and films
- Update director and film
- Deletr director and film
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