sahiljajodia01 / News-Blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

News-Blog

A News Webapp made using Django which lets you create articles, list, update and delete the articles. It is based on CRUD.


Here is the Home page of the blog. It shows the list of posts users has created. screen shot 2018-04-18 at 9 24 06 am


Here is the login/ signup screen of the website. We have added a security feature for during signup as well. During signup you will be sent a token on your email-id from where you will have to enter the token to verify your email-id. screen shot 2018-04-18 at 9 24 31 am

screen shot 2018-04-19 at 7 34 00 pm


You can Create new articles by clicking on the 'Create' link on home page. You can only create articles when you are logged in screen shot 2018-04-18 at 9 24 54 am


You can also Edit/Update or Delete posts by clicking on their respective links. screen shot 2018-04-18 at 9 25 24 am


Now to run this app on your pc, you can clone this repository or download it from above. Then navigate to the folder that you have downloaded and type in your terminal

pip install -r requirements.txt

Then run the django server using

python manage.py runserver

This project uses python 3.6 and django 1.9

About


Languages

Language:CSS 48.5%Language:HTML 34.5%Language:JavaScript 10.9%Language:Python 5.3%Language:Shell 0.8%Language:Dockerfile 0.0%