Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.04 KB

MicroBlogging_Platform

MicroBlogging_Platform is a web application for microblogging where users can register, login, and browse through blogs

Working Video

MicroBlogging Platform Demo

Technologies Used

  • Frontend: Angular
  • Backend: Node.js, Express.js
  • Database: MongoDB Atlas
  • Other libraries: bcrypt, mongoose, Angular Material

Installation

  1. Clone the repository:

    git clone https://github.com/RiteshYennuwar/MicroBlogging_Platform.git
    cd MicroBlogging_Platform
  2. Install dependencies for both frontend and backend:

    npm install
    cd api
    npm install
  3. Replace mongodb-uri in api/models/user.js with your mongodb uri

  4. Start the backend

    cd api
    npm start
  5. Start the frontend development server:

    cd ..
    ng serve
  6. Open your browser and navigate to http://localhost:4200.

Contributing

Contributions are welcome! Please fork the repository and create a pull request with your changes.