https://github.com/giangarof/express_api
Restful API
https://github.com/giangarof/express_api
express javascript mongodb moongose node
Last synced: 7 months ago
JSON representation
Restful API
- Host: GitHub
- URL: https://github.com/giangarof/express_api
- Owner: giangarof
- Created: 2024-08-28T20:28:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-08T01:17:35.000Z (about 1 year ago)
- Last Synced: 2025-01-16T22:17:28.985Z (9 months ago)
- Topics: express, javascript, mongodb, moongose, node
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# To run
clone it
npm install
npm run dev
# About the project
This is a express api built with node.js.
Used MongoDB to store the data.
Cloudinary to handle form-data.
JWT to handle authentication.# About the User
Implemented user authentication and verification.
The user can follow/unfollow other users and add posts and reviews.
The user can update his/her own profile.
Also can perform basics user taks like login, logout, signup, create post and reviews, and delete its own account.
User password is encrypted.# About the post
The post will show a image, title and description.
It can be deleted, updated, comented, and liked/unliked# About the review
It can be created, updated, liked/unliked, and deleted# apps to build with this api
My Ideas
something with react + materialui
something with react native
something with vue
somwthing with angular