Skip to content

itsafzalbe/NewsProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEWS PROJECT

Main Menu has three options:

  1. Categories
  2. News
  3. Quit

Categories menu has:

  1. Show Categories
  2. Add Category
  3. Delete Category
  4. Edit Category
  5. Back to main menu

News menu has:

  1. Show News
  2. Add News
  3. Edit News
  4. Delete News
  5. Back to main menu

On postgreSQL there is a database which has two tables:

  1. categories
  2. news

Categories table has:

  1. category_id column
  2. category_title column

News table has:

  1. news_id
  2. category_id (which is a foreignkey with the category_id from categories table)
  3. news_title
  4. news_content
  5. created_date
  6. updated_date

About

News Project| Python, PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages