Basic Instructions :
- Clone Repository
git clone https://github.com/prakhargvp/graphql_with_react_udemy - Install Dependencies
npm install - Copy
.env_exampleto.envand add all required credentialscp .env_example .env - Run Development Server
npm run dev - Default Access URL Client: http://localhost:4000 GraphQL: http://localhost:4000/graphql
Tech Used :
- Frontend : Reactjs
- Backend : Express and Nodejs
- Database: MongoDB
- API: GraphQL
- GraphQL Client: React-Apollo
- Module Bundler: Webpack
Release:
- graphql without react : 0.1
- graphql with react :
- graphql with react and authentication