Backend for social share app.
Developed using technologies like Node.js, Express JS, MongoDB.
Has login , signup features with email validation.
Has relationship between user and posts, one user can posts many posts and it will be linked to their userID.
Authentication using Json web token and authorization have been added.
And all of the common CRUD operations.