mirror of
https://github.com/Michatec/MiniFaceBook.git
synced 2026-03-31 23:46:30 +02:00
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
# MiniFacebook
|
|
|
|
MiniFacebook is a minimalist social network built with [Flask](https://flask.palletsprojects.com/), [SQLAlchemy](https://www.sqlalchemy.org/), and [Bootstrap](https://getbootstrap.com/). It allows you to share posts, images, videos, and messages with friends—ad-free and privacy-focused.
|
|
|
|
## Features
|
|
|
|
- Share posts, images, videos, and documents
|
|
- Friend requests and friends list
|
|
- Activity notifications
|
|
- Shop for premium features (e.g., gold frames, extra uploads)
|
|
- Admin panel with user management
|
|
- Multilingual (German/English)
|
|
- Dark and light mode
|
|
- Discord login and linking
|
|
- Support ticket system
|
|
- Password reset via email
|
|
- Responsive design for desktop and mobile
|
|
|
|
## Installation
|
|
|
|
1. **Clone the repository**
|
|
|
|
```sh
|
|
git clone https://github.com/Michatec/MiniFaceBook.git
|
|
cd MiniFaceBook
|
|
```
|
|
|
|
2. **Install dependencies**
|
|
|
|
```sh
|
|
pip install -r requirments.txt
|
|
```
|
|
|
|
3. **Start**
|
|
|
|
```sh
|
|
python main.py
|
|
```
|
|
|
|
## Help to translate
|
|
|
|
<https://poeditor.com/join/project/emzEV5JvvI>
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU General Public License v3.0.
|