Skip to content

The Newspaper app is an online site where journalists can post articles on daily news.

Notifications You must be signed in to change notification settings

suraj-py/Newspaper-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newspaper App

The Newspaper app is an online site where journalists can post articles on daily news.

Features

  • Uses Custom User Model
  • Users can perform all CURD (Create, Update, Read, Delete) operations.
  • Users can log in, log out and, sign up for a new account.
  • Added permissions and authorization using django mixins.
  • Users can post comments on individual articles.

Run Locally

Clone the project

  git clone https://github.com/suraj-py/Newspaper-App.git

Go to the project directory

  cd Newspaper-App

Create virtual environment

  pipenv shell

If you don't have pipenv, install it using pip

  pip3 install pipenv

Install dependencies, this will install all require packages from Pipefile.lock

  pipenv sync

Start the server

  python manage.py runserver

Acknowledgements

About

The Newspaper app is an online site where journalists can post articles on daily news.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published