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
.env
file.
See.env_sample
file for writing environment variables. -
cd
frontend
-
npm install
-
npm start
-
Open a new terminal in
markdown-blog
directory and enternpm run dev
It should start your backend server.