Skip to content

Latest commit

 

History

History
65 lines (41 loc) · 1.23 KB

README.md

File metadata and controls

65 lines (41 loc) · 1.23 KB

📝 DevBlog

DevBlog is a blog project developed using Node.js (Express) and MongoDB.

⚙️ Setup

Follow the steps below to set up and run the DevBlog project on your local machine.

Prerequisites

  • Node.js (v19 or higher)
  • MongoDB (Make sure it's installed and running)

Installation

  1. Clone the repository:

    git clone https://github.com/Armanidrisi/devblog.git
  2. Navigate to the project directory:

    cd devblog
  3. Install the dependencies:

    npm install
  4. add MONGO_URI environment variable in .env file

  5. Start the application:

    npm start
    #for debugging run:
    DEBUG=devblog:* npm start
  6. Open your browser and visit http://localhost:3000 to access the DevBlog application.

🛠️ Technologies Used

The following technologies and tools were used in the development of the DevBlog project:

  • Node.js
  • Express
  • MongoDB(mongoose)
  • HTML
  • CSS(tailwindcss)
  • JavaScript

📄 License

This project is licensed under the MIT License.

✉️ Contact

If you have any questions, suggestions, or feedback, feel free to reach out to us at [email protected].

Happy coding! 🚀