Aviking88 / miniTwitter

This project demonstrate basic functionality of Twitter using Django, Bootstrap, jquery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

miniTwitter

This project demonstrate basic understandings of Django MVC, Bootstrap, jquery

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them Before you can use Django, you’ll need to install it. Our complete installation guide covers all the possibilities; this guide will get you to a simple, minimal installation that’ll work while you walk through the introduction

  • Python-Get the latest version of Python
  • Django - The web framework used

Installing

A step by step series of examples that tell you have to get a development env running

Step 1: After Downloading the repository, extract and follow the steps

use Command Prompt to nevigate under myproject directory

 C:\Users\amaurya\Downloads\miniTwitter-master\miniTwitter-master\myproject>

Step 2:Type following command and go

    python manage.py runserver
	

Step 3:Now if everything is configured well you will get following Message in CommandPrompt

    Django version 1.11.3, using settings 'myproject.settings'
	Starting development server at http://127.0.0.1:8000/
	Quit the server with CTRL-BREAK.
	

Step 4:Your Project is Running on "LocalHost" - http://127.0.0.1:8000/

    Open Your Browser and type the follownig URL " http://127.0.0.1:8000/twitter/"
	You will get Index Page.
	

Authors

License

None

Acknowledgments

About

This project demonstrate basic functionality of Twitter using Django, Bootstrap, jquery.


Languages

Language:HTML 54.0%Language:Python 46.0%