Skip to content

sleonardoaugusto/podium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Podium

Tests

A mercado libre ranking system.

How develop?

  1. Clone this repo.
  2. Create a virtualenv with Python 3.x.
  3. Activate virtualenv.
  4. Install dependencies.
  5. Setup instance with .env.
  6. Run tests.
git clone git@github.com:sleonardoaugusto/podium.git
cd podium
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python manage.py test

Resources

http://localhost:8000/best-sellers/?category=MLA420040&limit=15
http://localhost:8000/expensive-items/?category=MLA420040&limit=15

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages