It is a full-stack web application where user can add user or add post functionality using Backend.
- Post
- Get
- Put
- Delete
- Responsive
In this method user can post the user with thier name, email and bio and data will be store in backend collection of users
Also user can post the post with user_id and content, and data will be store in backend collection of posts. Here we set the relation between a user and with his posts, So post will include the that perticular users users id. So for that purpose you need the user_id of any user so you can take the users id from allusers page.
User can make post request for liking the posts or unliking the post from allposts page
On allusers and allposts page user have a view button, from thier user can view the user all data or post created user data and user can atake the user_id.
In this method user can get the data of user and post
For example geting all users, all posts, single user, single post, count of users and count of posts
In Analytics pages of user and post, There user can see the total number of users and top 5 users who maked max posts or number of posts and top 5 posts who has max likes
In this method user can update the data of users and posts
On allusers and allposts page user have a edit button, from thier user can update the users data or posts.
In this method user can delete the user and post
On allusers and allposts page user have a delete button, from thier user can delete the user or post.
All the pages are responsive for any screen