Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rijoksd/blog-ejs
A blog app using node, ejs and mongoDB
https://github.com/rijoksd/blog-ejs
Last synced: about 1 month ago
JSON representation
A blog app using node, ejs and mongoDB
- Host: GitHub
- URL: https://github.com/rijoksd/blog-ejs
- Owner: RijoKsd
- Created: 2024-05-31T06:01:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T06:18:31.000Z (7 months ago)
- Last Synced: 2024-05-31T07:27:53.956Z (7 months ago)
- Language: EJS
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Blog
Welcome to the **Personal Blog** project! This application allows users to create, view, and delete blog posts. Each blog post has a dedicated page displaying its full details.
## Table of Contents
- [Features](#features)
- [Technologies Used](#technologies-used)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Features
- Create new blog posts
- View a list of all blogs
- Click on a blog to see its full details
- Delete blogs## Technologies Used
- [Node.js](https://nodejs.org/)
- [MongoDB](https://www.mongodb.com/)
- [EJS](https://ejs.co/)## Installation
1. Clone the repository
```bash
git clone https://github.com/RijoKsd/Blog-EJS.git
cd Blog-EJS
```
2. Install dependencies
```bash
npm install
```
3. Set up your MongoDB connection
- Create a `.env` file in the root directory
- Add your MongoDB URI to the `.env` file
```
MONGODB_URI=your_mongodb_uri
```## Usage
1. Start the application
```bash
npm run dev
```
2. Open your browser and navigate to `http://localhost:1234`## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes.1. Fork the repository
2. Create a new branch (`git checkout -b feature-branch`)
3. Commit your changes (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature-branch`)
5. Open a pull request## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.## Contact
- **GitHub**: [RijoKsd](https://github.com/RijoKsd)
- **Project Link**: [Personal Blog](https://github.com/RijoKsd/Blog-EJS)---
Thank you for checking out my project! Feel free to contribute or reach out with any questions.