An open API service indexing awesome lists of open source software.

https://github.com/lispython/jobboard

Simple board for find or post a programming or design job.
https://github.com/lispython/jobboard

Last synced: about 1 month ago
JSON representation

Simple board for find or post a programming or design job.

Awesome Lists containing this project

README

        

#Simple board for find or post programming or design jobs.

It's use django, mongodb(pymongo), jinja2, WTForms.

#Installation for testing

1. Edit local_settings.py
2. Create virtual enviromvent by ./buildenv.sh
3. ./debug_manage.py or ./manage.sh runserver
4. Profit!