Skip to content

Smart Plant Collecting and Acquisition Tool WebAPI

Notifications You must be signed in to change notification settings

CIAT-DAPA/spcat_webapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web API gap analysis

GitHub release (latest by date)

This repository is a web API developed in Python which is responsible for collecting information from the gap database. It contains the endpoints that will be in charge of obtaining the data of countries, crops and accessions, the get crops endpoint is in charge of obtaining the information of crops, the get countries endpoint is in charge of obtaining the information of countries and the get accessions endpoint is in charge of obtaining all the information of accessions.

Important notes

This web api must be used in conjunction with the ORM that was developed for the project, which you can find in this repository.

Getting Started

To use the wep api, it is necessary to have an instance of MongoDB running, either locally or on a server that is accessible from the internet.

Prerequisites

  • Python 3.x
  • MongoDB

Installation

To use the wep api, it is necessary to have an instance of MongoDB running. It is also recommended to create a virtual environment to work with this project and make sure that the dependencies are installed in the virtual environment instead of the global system.

  1. Clone the repository
git clone https://github.com/CIAT-DAPA/spcat_webapi.git
  1. Create a virtual environment
python -m venv env
  1. Activate the virtual environment
  • Linux
source env/bin/activate
  • windows
env\Scripts\activate.bat
  1. Install the required packages
pip install -r requirements.txt
  1. Running api
python api.py

Usage

Configuration

The parameters to be configured are found in the config.py file. This file has information on how to connect to the database, when deploying the web api on a production server these data must be configured as environment variables. Let's see what it has:

Parameter type Description
DEBUG boolean boolean that defines whether you are in a test environment or in production.
HOST string IP or hostname of the server in which is the wep api. By default is: 0.0.0.0
PORT string Port in which is available the wep api in the server. By default is: 5000
CONNECTION_DB string utl for connection to the database

About

Smart Plant Collecting and Acquisition Tool WebAPI

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages