Packend is a free and open-source Website that gather latest python backend jobs in the Netherlands, made by the Django framework.
- Based on Django 4
- gather jobs with relocation package from relocate.me
- gather job positions from expatica.com
- gather job positions from tepstone.nl
- Search mechanism for all resource
- Automatically send new job position to email
- A brief History of the Netherlands
- Useful tips & and tricks for expat
- Tips & Tricks about health insurance
- Introducing the most important website to find jobs in Netherlands
- information about the best neighborhood in the Netherlands for expat
- Introducing the best website fo find home
- List of companies that has permitted to offer relocation package
- Dockerize project
- Store crawled data in database
- Automate jobs crawling by celery beat
- python version > 3.9
- django version 4
Step 1 : create a new virtualenv and install requirements.
$ pip install -r requirements.txt
Notice : if you get psycopg2 pg_config
error use this command
$ sudo apt-get install libpq-dev
Step 2 : run django and reach whole project in http://localhost:8000/.
$ python manage.py runserver
I created this website, to gather everything that needs to know about The Netherlands. if you are a backend developer (especially in python stack) and you decided to immigrate to the Netherlands I hope that would help.
Contributions are very welcome. I appreciate any PR or feedbacks to improve Packend.
Made by ❤️ under MIT license.