Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magazine Article Management System

Overview

This project models the relationships between Authors, Articles, and Magazines using SQLite and Python with raw SQL queries.

Structure

  • Author can write many Articles.
  • Magazine can publish many Articles.
  • Articles belong to one Author and one Magazine.

Setup Instructions

Step 1: Set up virtual environment (optional but recommended)

python -m venv env
source env/bin/activate  # For Windows: env\Scripts\activate

Step 2: Install dependencies

pip install pytest

Step 3: Set up the database

python scripts/setup_db.py

File Structure

  • lib/models: Author, Article, Magazine classes.
  • lib/db: SQLite connection, schema, seed.
  • scripts: Setup scripts.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages