Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 414 Bytes

File metadata and controls

15 lines (8 loc) · 414 Bytes

socila_share


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.