Simple Social Backend
Node.js + Express + MongoDB backend
Tech
Express MongoDB Node.js
A lightweight backend allowing users to register/login, create and edit posts, like posts, and manage accounts. Passwords are hashed and endpoints are secured appropriately.
Features
- User authentication (hashed passwords).
- CRUD for posts with likes.
- Mongoose models and RESTful endpoints.