/tiny-social-media-backend-service

Small Social app back end REST API using Node.Js, Express Js and mongoDB.

Primary LanguageJavaScript

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.