Build a Social Media App which will do the following:
- Add post
- delete Post
- MongoDB (Atlas)
- Express
- React
- Node.js
- GraphQL (Apollo)
Using MongoDB Atlas account > Creating a project
Creating a collection, eg. posts which has query details like: id, body, userName, createdAt.
Creating User.js and Posts.js files
User.js file contains: username, password, email, createdAt
Posts.js file contains: comments, likes and
Running the project using command: node index user details.
Adding resolvers folder and add posts.js, users.js, comments.js
My Skills with the help of YouTube Videos & StackOverFlow 🙂