iravikhatri / news-read-platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NewsRead

Steps to run project

  1. Make folder and do step 2.
  2. Copy url and clone project: https://github.com/iravikumar/news_read.git
  3. Make a python environment by command: python3 -m venv venv
  4. Now activate the python environment.
  5. Do install all dependencies by which in requirement.txt
  6. Make a DB named as news_read and set username and password of postgres in django settings.
  7. Move into the news_read and run project by commant: python3 manage.py runserver
  8. Open your browser and copy and paste link: http://localhost:8000

About


Languages

Language:HTML 50.2%Language:Python 49.4%Language:CSS 0.4%