Skip to content

anurag-bug/twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation Instructions

1. Use git clone to clone this repository to your local machine:

$ git clone https://github.com/anurag-bug/twitter.git

2. Navigate to Source Directory

$ cd twitter-master

3.Create a virtualenv

In windows

C:\Users\Name\twitter-master> python -m venv myvenv 

In Linux

$ python3 -m venv myvenv

4. Start your virtual environment by running:

In windows

C:\Users\Name\twitter-master> myvenv\Scripts\activate

In ubuntu

$ source/myvenv/bin/activate

5. Installing packages with requirements

Ubuntu

pip install -r requirements.txt

Windows

C:\Users\Name\twitter-master> python -m pip install -r requirements.txt

6. Apply migrations

(myvenv) ~/twitter-master$ python manage.py makemigrations
(myvenv) ~/twitter-master$ python manage.py migrate

7. Run server

(myvenv) ~/twitter-master$ python manage.py runserver

App will run on http://127.0.0.1:8000/twitter/search/

Todos

  • Create twitter account specific feedback

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published