This is my first try using the MERNG (MongoDB, Express, React, NodeJS and GraphQL) Stack for the fullstack web application development.
- User Authentication (jsonwebtoken, bcryptjs)
- Add, Like and Comment Posts
-
Authorization Token doesnt save to the browser header - Cannot create Posts on client
- Cannot Comment on client
Use the package manager yarn or npm to run yelp clone. use npm install
instead of yarn
if you are using node package manager (npm)
cd client && yarn
cd ..
cd server && yarn
Run the Server
cd server
yarn start
Run the Client in a different terminal
cd client
yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update and create tests as appropriate.