Skip to content

anonyxhappie/fb-target-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FB-Target API

fb-target-anonyxhappie.herokuapp.com

Instructions to Setup Project

Setup Virtual Environment
  • python3 -m venv venv
Activate Virtual Environment
  • source venv/bin/activate
Install python packages from requirements.txt
  • pip install -r requirements.txt
Migrate to Database
  • python manage.py migrate
Create Superuser
  • python manage.py createsuperuser
Run Project on locally on port 8000
  • python manage.py runserver

API Documentation

Releases

No releases published

Packages

No packages published

Languages