Skip to content

ssh-shashi/agrostar

Repository files navigation

agrostar

steps to install the project

  1. install Python 3.6.7

2.create virtualenv environment for installing python packages dependencies (command - virtualenv -p python3 envname && source your_virtual_env_name/bin/activate)

  1. install all the packages in the requirements file (requirements.txt) (command - pip install -r requirements.txt )

  2. run command (python run.py)

5.project must be running with default localhost application server-url(http://127.0.0.1:5000/)

  1. open http://127.0.0.1:5000/ in browser ( swagger api doc to test api's mentioned.)

6.to run unittests it is written inside test folder ,simply run test_api.py

  1. please report to me at shashi12533@gmail.com /9112042174 anytime if problem with the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages