This project is about the sales and refunds in the latam market (Argentina and Brazil).
The main goal of this project is the capability to see the whole data summarized in graphics and tables to help the end user to make decisions.
- You have to have installed python3 (it is prefereble to install python3.7).
- git should be installed too.
If you do not have git do:
$ brew install git
If you don't have installed brew, please follow this tutorial
Open up your terminal and download this project with:
$ git clone https://github.com/evbeda/revenue_latam
Create a virutal environment:
$ cd revenue_latam
$ python3 -m venv env
Activate virtual environment and install project dependencies:
$ source env/bin/activate
$ pip install -r requirements.txt
Export the necessary environment variables
Execute the project with:
$ python manage.py runserver
Finally open up your browser and type http://127.0.0.1:8000/ in your address bar.