Skip to content
This repository has been archived by the owner on Dec 12, 2022. It is now read-only.

malgamves/RESTful-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

RESTful-API

API to query data from a MongoDB database.

The MongoDB datbase uses data from the individuals.json.gz file cointaned in the SummerOfCodeImages repository.

Create a free databse at MLab and import the JSON data.

Create a virtual environment

Install all libraries in requirements by running pip install -r requirements.txt

Run main.py and open 127.0.0.1/5000

An example of an endpoint is 127.0.0.1/5000/individuals/Richard.

About

API to query data from a MongoDB database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages