Skip to content

PrincipalsOffice/Instagram-hashtag-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram-Hashtag-Search

How to Use

To use this project, follow these steps:

  1. Create your working environment.
  2. Install dependencies ($ pip install -r requirements.txt)
  3. Set up database and server
$ sudo su postgres
$ createdb pixlee_project
$ createuser pixlee -P 
$ (Enter password: pixlee)
$ exit
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
$ Go to http://127.0.0.1:8000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published