Skip to content

angelortiz-io/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Talpor test project

This is a test project for talpor.

Requirements: (in requirements.txt file)

  • Django
  • djangorestframework
  • gunicorn

For development we use these packages:

  • black
  • isort

Usage:

For running in a development environment you could use this way:

python manage.py migrate
python manage.py loaddata
python manage.py runserver

And then open in browser:

You could filter orders by status, date and total as follows:

Docker

It also has a Dockerfile and docker-compose.yml files to use, so you only need to run:

cd /path/to/talpor
docker-compose up

And go to the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published