MicroBlogging_Platform is a web application for microblogging where users can register, login, and browse through blogs
- Frontend: Angular
- Backend: Node.js, Express.js
- Database: MongoDB Atlas
- Other libraries: bcrypt, mongoose, Angular Material
-
Clone the repository:
git clone https://github.com/RiteshYennuwar/MicroBlogging_Platform.git cd MicroBlogging_Platform -
Install dependencies for both frontend and backend:
npm install cd api npm install -
Replace mongodb-uri in
api/models/user.jswith your mongodb uri -
Start the backend
cd api npm start -
Start the frontend development server:
cd .. ng serve -
Open your browser and navigate to http://localhost:4200.
Contributions are welcome! Please fork the repository and create a pull request with your changes.