An open API service indexing awesome lists of open source software.

https://github.com/akash-nath29/quillcraft

Flask based Blogging Site
https://github.com/akash-nath29/quillcraft

backend development flask python web website

Last synced: about 2 months ago
JSON representation

Flask based Blogging Site

Awesome Lists containing this project

README

          

# QuillCraft 📝✨

**Disclaimer: This project is still under development. 🚧**

QuillCraft is an online blogging application built using Flask. It allows users to write, read, edit, and delete their blogs. This is just the beginning, as many more exciting features are planned for the future. 🚀

![GitHub stars](https://img.shields.io/github/stars/Akash-nath29/QuillCraft?style=flat-square)
![GitHub forks](https://img.shields.io/github/forks/Akash-nath29/QuillCraft?style=flat-square)
![GitHub license](https://img.shields.io/github/license/Akash-nath29/QuillCraft?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/Akash-nath29/QuillCraft?style=flat-square)

## Features 🌟

- **Write Blogs:** Create and publish your own blogs. ✍️
- **Read Blogs:** Discover a wide variety of blogs written by the community. 📖
- **Edit Blogs:** Easily edit your blogs to make improvements or updates. 📝
- **Delete Blogs:** Remove blogs that are no longer needed. 🗑️
- **And more to come:** Stay tuned for additional features and updates. 📢

## Installation 🛠️

1. Clone this repository:

```bash
git clone https://github.com/Akash-nath29/QuillCraft.git
```

2. Navigate to the project directory:

```bash
cd QuillCraft
```

3. Create a virtual environment and activate it:

```bash
python -m venv venv
source venv/bin/activate # On Windows, use `venv\Scripts\activate`
```

4. Install the required packages:

```bash
pip install -r requirements.txt
```

5. Start the application:

```bash
flask run
```

6. Visit `http://127.0.0.1:80` in your web browser to access QuillCraft.

## Contributing 🤝

If you'd like to contribute to this project, please follow the guidelines in [CONTRIBUTING.md](CONTRIBUTING.md).

- [Pull Requests 🛠️](https://github.com/Akash-nath29/QuillCraft/pulls)
- [License 📜](https://github.com/Akash-nath29/QuillCraft/blob/main/LICENSE)
- [Creator 🧙](https://github.com/Akash-nath29)
- [Forks 🍴](https://github.com/Akash-nath29/QuillCraft/network)
- [Stars ⭐](https://github.com/Akash-nath29/QuillCraft/stargazers)
- [Repository Size 📦](https://github.com/Akash-nath29/QuillCraft)

## License 📃

This project is licensed under the MIT License - see the [LICENSE](https://github.com/Akash-nath29/QuillCraft/blob/main/LICENSE) file for details.

## Contact 📧

If you have any questions or suggestions, feel free to [contact the creator](https://github.com/Akash-nath29). 📬
---