Skip to content

PierreKimbanziR/newsread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newsread

What ?

News Web application. I used Django for the backend logic and bootstrap4 for my templates. The differents news articles are collected using NewsApi.

Example of an article

dummy-article

User registration

It is possible to use the site without creating a user profile, but it is recommended to create one. Indeed, creating one allows you to choose the newspapers you wish to be displayed. A system of password reset by email has also been implemented. You just have to enter your email adress and a mail containing a reset link will be sent. Note that the adress mail has to mach the one used when creating your profile.

The login page

login

The user registration page

register

The reset password page

reset-password

Reset mail send succesfully

succes-reset

Django Auth.views

All of the views relating to the authentication process are based on the built-in django auth-views .

About

News aggregator web application created with Django and the news-api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published