Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 951 Bytes

README.md

File metadata and controls

38 lines (34 loc) · 951 Bytes

MEVN BLOGS

A Blogging App created with MEVN stack

Home Page DashBoard

This is the continuation of my MEVN stack project - The Simple Blog App

🔗 You can find the repo here

Packages Used

  • Mongoose
  • Axios
  • Body Parser
  • CORS
  • Vue Router
  • Tailwind CSS
  • Flutter for Mobile Application

Current Features

  • View All Posts
  • View Individual Post
  • Delete A Post
  • Add and Update Posts
  • Authentication with Login, Signup and Reset Password
  • Authorization and Route Protection

Planned Changes

  • Add Vuex for better State management
  • Better UI/UX
  • User Profile and Custom Avatar
  • Better Markdown Editor
  • OAuth and Email Verification
  • Uploading and Adding Features