DevBlog is a blog project developed using Node.js (Express) and MongoDB.
Follow the steps below to set up and run the DevBlog project on your local machine.
- Node.js (v19 or higher)
- MongoDB (Make sure it's installed and running)
-
Clone the repository:
git clone https://github.com/Armanidrisi/devblog.git
-
Navigate to the project directory:
cd devblog
-
Install the dependencies:
npm install
-
add
MONGO_URI
environment variable in.env
file -
Start the application:
npm start #for debugging run: DEBUG=devblog:* npm start
-
Open your browser and visit
http://localhost:3000
to access the DevBlog application.
The following technologies and tools were used in the development of the DevBlog project:
- Node.js
- Express
- MongoDB(mongoose)
- HTML
- CSS(tailwindcss)
- JavaScript
This project is licensed under the MIT License.
If you have any questions, suggestions, or feedback, feel free to reach out to us at [email protected].
Happy coding! 🚀