Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ngirmachew/api

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sherlock API

Python Ver. License: MIT

Api for sherlock module.

Prerequisites

This REST API is built on top of Django REST Framework (known as DRF). You would need at least the fundamental knowledge about DRF in order to do development to this project.

Installation

# clone the repo
$ git clone https://github.com/sherlock-project/api.git

# change the working directory to api
$ cd api

# install the requirements
$ python3 -m pip install -r requirements.txt

P.S. Please use python instead of python3 if you are on Windows system

Run API Server

# propagate modules
$ python3 manage.py migrate

# in the root of project diretory..
$ python3 manage.py runserver 0.0.0.0:8000

Start you browser and type 127.0.0.1:8000 in as your target URL and hit return.

Now you should able to test your Sherlock API through DRF browser interface!

License

MIT © Sherlock Project

Original Creator - Shen, Jen-Chieh

About

Api for sherlock module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.