Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 913 Bytes

File metadata and controls

46 lines (30 loc) · 913 Bytes

MeanPostApp

MeanPostApp is a social application where you can share anything with people's.

DEMO

Installation

clone the project from github then use the package manager npm to install MeanPostApp dependencies.

npm install

Usage

Use angular cli to start the frontend.

ng serve

Use npm scripts to start the backend.

npm run start

Todos

  • Evolving the ui.
  • Adding the ability to change the password.
  • Reworking image uploads.
  • Resizing the images.
  • Adding profile for users.

Technologies

  • [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

License

MIT