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

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.

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].