Skip to content

Technical Task - "trip sorter" done in TDD methodology

Notifications You must be signed in to change notification settings

pklata/trip_sorter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trip_sorter

Technical Task - trip sorter

How to run:

  1. Clone repo.
  • from feature branch:

git clone -b feature https://github.com/pklata/trip_sorter.git trip_sorter

  • or master branch:

git clone https://github.com/pklata/trip_sorter.git trip_sorter

  1. go to trip_sorter directory

cd trip_sorter

  1. Prepare virtualenv

make build

  1. Run tests

make test

  1. Run development server

make run

  1. Send sample curl request

make sample_request

About

Technical Task - "trip sorter" done in TDD methodology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published