akhil-goyal/graphql-mern-usersapp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project is a part of an online tutorial demonstrating how to use use GraphQL with React.js and Node.js (for beginners). The tutorial can be found at : https://topcoded.com/graphql/graphql-with-react-js-and-node-js-made-simple-part-1-of-2/ To check the final product in action, visit : https://thawing-mesa-74505.herokuapp.com/ To run the project in development mode : 1. Replace YOUR_MONGODB_URI with your mongoDb uri in server.js file. 2. In root of the project, run node server.js 3. cd into client folder & run npm start