MeanPostApp is a social application where you can share anything with people's.
clone the project from github then use the package manager npm to install MeanPostApp dependencies.
npm installUse angular cli to start the frontend.
ng serveUse npm scripts to start the backend.
npm run start- Evolving the ui.
- Adding the ability to change the password.
- Reworking image uploads.
- Resizing the images.
- Adding profile for users.
- [Angular] - JavaScript Frontend Framework
- [node.js] - Runtime environment that executes JavaScript code outside a web browser
- [Express] - Node.js Backend Framework
- [MongoDb] - Document-Oriented Database Program