Skip to content

drive-store/drive-store_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drive-Store API

PyPI - Python Version

An API application providing product prices filled in MongoDB through project Drive-Store Scraper Selenium.

For the whole detailled project follow the PROJECT.md

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation

The application is based on Python 3 are requires the following libraries:

  • python >= 3.6
  • django >= 2.1
  • pymongo >= 3.6
pip install django pymongo

Run the app

Run the Django application through the manage.py script.

python manage.py runserver 8080

Usage

The application provides

Deployment

Section coming soon...

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

Section coming soon...

Releases

No releases published

Packages

No packages published