It is individual Blogging app , a user can create their blog with built in editor and image storage functionality
Clone the project
git clone https://github.com/i5hwar-ka1m39h/blog_post.git
Go to the project directory
for server
cd server
Install dependencies
npm install
Start the server
npm run dev
for frontend
cd ui
Install dependencies
npm install
Start the frontend
npm run dev