Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hasantokul/mong-app-rest-api
- Owner: hasantokul
- Created: 2020-11-06T16:45:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T17:43:36.000Z (about 4 years ago)
- Last Synced: 2024-10-12T08:04:08.654Z (about 1 month ago)
- Topics: backend-api, javascript, mongodb, node-package, nodejs, npmjs, postman
- Language: JavaScript
- Homepage:
- Size: 2.36 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.