Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 562 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 562 Bytes

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.