Blog articles can be styled with markdown.
-
Clone this repository.
git clonehttps://github.com/rajkhare05/markdown-blog.git -
Start the MongoDB service.
sudo systemctl start mongodb.service -
cd
markdown-blog -
npm install -
Create a new
.envfile.
See.env_samplefile for writing environment variables. -
cd
frontend -
npm install -
npm start -
Open a new terminal in
markdown-blogdirectory and enternpm run dev
It should start your backend server.