https://github.com/milad-2003/cms
Final project of Database lesson in university.
https://github.com/milad-2003/cms
bootstrap css flask html python sqlite3
Last synced: 11 months ago
JSON representation
Final project of Database lesson in university.
- Host: GitHub
- URL: https://github.com/milad-2003/cms
- Owner: milad-2003
- Created: 2024-05-24T19:34:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T23:13:36.000Z (almost 2 years ago)
- Last Synced: 2025-07-04T00:38:43.150Z (12 months ago)
- Topics: bootstrap, css, flask, html, python, sqlite3
- Language: HTML
- Homepage:
- Size: 2.08 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS
## Overview
This repository contains a Content Management System (CMS) built with Flask. The CMS allows users to view content easily through a web interface.
## Features
- Content viewing
- Content categorization
- Responsive design
## Installation
1. **Clone the repository:**
```bash
git clone https://github.com/milad-2003/CMS.git
cd CMS
2. **Create a virtual environment:**
```bash
python3 -m venv venv
source venv/bin/activate # On Windows use `venv\Scripts\activate`
3. **Install dependencies:**
```bash
pip install -r requirements.txt
4. **Run the application:**
```bash
flask run
## Usage
Once the application is running, open your web browser and go to http://127.0.0.1:5000.
## Contributing
1. Fork the repository.
2. Create a new branch for your feature or bugfix.
3. Make your changes.
4. Submit a pull request.
## Acknowledgements
- Flask - The web framework used.
- Bootstrap - For responsive design.
- SQLAlchemy - ORM for database management.
## Contact
For any questions or suggestions, feel free to open an issue or contact the repository owner at [miladvalizadeh2003@gmail.com].