alirezaAsadi2018 / Twitter-Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Logo

Twitter-Project

This is a clone of twitter app with the capability of making tweets, retweets, liking them and creating profiles. Tweet contents can be text, image or videos(this feature is in video branch for now!) and video content is streamed online from server to the client. You can follow users and get notified when you are followed, or when your posts are liked or retweeted.
Explore the docs »

Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started

About The Project

Home Page (user has logged in) Home Page (anonymous user)
Twitter-Project Screen Shot 1 Twitter-Project Screen Shot 2

Built With

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

The requirements.txt file should list all Python libraries that your django project depends on and gradle files will contain all dependecies used by android app.

Installation

  1. Clone the repo
    git clone https://github.com/alirezaAsadi2018/Twitter-Project.git
  2. Create virtualenv(optional) and install Pip packages
    pip install -r requirements.txt
  3. Run django commands to start your server
    python manage.py migrate
    python manage.py createsuperuser
    python manage.py runserver
  4. Open your browser on localhost:8000 to see the glory 😄.

About


Languages

Language:Python 40.6%Language:Less 30.2%Language:HTML 26.9%Language:JavaScript 1.6%Language:CSS 0.7%