Skip to content

Latest commit

 

History

History
66 lines (58 loc) · 2.03 KB

File metadata and controls

66 lines (58 loc) · 2.03 KB

MYBLOG

MYBLOG is a blogging platform where user can share their views about something and moreover the platform is socially integrated with facebook, google and twitter for providing flexibility to the user at the time of login

OVERVIEW OF THIS PROJECT

Front End :-

  • HTML
  • CSS
  • JAVASCRIPT
  • JQUERY
  • BOOTSTRAP

BACK END :-

  • PYTHON
  • DJANGO
  • SQLITE

WORK TO BE DONE :

  • Creation of the basic platform
  • Pushing the commits to the GITHUB
  • Modification of minor funtionalities like login PAGE etc
  • Socially integrating to facebook
  • Socially integrating to google
  • Socially integrating to twitter

Requirements for executing this project in your local system

  • Install git
    https://git-scm.com/downloads
    -Clone the repository using the git shell
    $ git clone https://github.com/abhikumar22/MYBLOG.git
  • Go to the Base directory of the project in the terminal
    $cd path
  • Create your virtual environment and activate it
    $ virtualenv blogenv
    $ blogenv\Scripts\activate
  • Now, Install the requirements
    $ pip install -r requirements.txt

How to execute MYBLOG to your Local System

  • Go to the Base directory of the project in the terminal
    $cd path
  • Start the localhost server
    $ python manage.py runserver
  • Open any web browser and goto the URL
    http://localhost:8000

SCREENSHOTS OF THE PLATFORM

Home Without Authentication
  Home Authenticated
  Login Page
  Registratrion Page
  New Post
  Draft