Skip to content

rajkhare05/markdown-blog

Repository files navigation

Markdown Blog

Blog articles can be styled with markdown.

Project Setup on Your Local Machine

  1. Clone this repository.
    git clone https://github.com/rajkhare05/markdown-blog.git

  2. Start the MongoDB service.
    sudo systemctl start mongodb.service

  3. cd markdown-blog

  4. npm install

  5. Create a new .env file.
    See .env_sample file for writing environment variables.

  6. cd frontend

  7. npm install

  8. npm start

  9. Open a new terminal in markdown-blog directory and enter npm run dev
    It should start your backend server.