This is a comprehensive Fullstack CRUD application using MongoDB & GraphQL
-
Install all dependencies
-> In main directory
npm i-> Inside client directory
npm i -
create at
.envfile and just like.env.examplefile -
Run the backend server (in parent directory)
npm run dev -
Run react.js server
cd client
npm start

