Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasantokul/mong-app-rest-api

Backend REST API that user can authorize and add their favorite movies and songs to the portal.
https://github.com/hasantokul/mong-app-rest-api

backend-api javascript mongodb node-package nodejs npmjs postman

Last synced: about 1 month ago
JSON representation

Backend REST API that user can authorize and add their favorite movies and songs to the portal.

Awesome Lists containing this project

README

        

"# Songs-Movies-REST-API"

In this backend API users or admin can authorize and create their favorite songs and movies list in their profiles. Also with accessing the correct endpoints, users can reach to the other users profiles and like or comment their songs and movies. They also can change their passwords if they forget in a secure enviroment. All the datas in this API stores in MongoDB and i used Postman to test this API as a frontend. I tried to write this API according to ES7 standarts and used express framework and node packages for making it more asynchronous,efficient and practical.