Skip to content

Test assignment for a position of a python developer in ivelum

Notifications You must be signed in to change notification settings

crayday/ivelum-test-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test assignment for a Python developer position at ivelum

Hacker™ News proxy

Here is the description of the assigment: https://github.com/ivelum/job/blob/master/challenges/python.md

I've implemented this with Django because ivelum uses Django. Otherwise, I would probably have done it with Flask.

Run:

gunicorn --bind 0.0.0.0:8000 ivelum.wsgi:application

Or with Docker:

docker build -t hackertm .
docker run -it -p 8000:8000 hackertm

Go to: http://localhost:8000/

About

Test assignment for a position of a python developer in ivelum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published