Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.37 KB

File metadata and controls

54 lines (30 loc) · 1.37 KB

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...