A Medical Registration Recommendaion System
Now I only implement the front-end. If you type something in the search box, the web will return a table with results. A naive project @_@
sudo pip install djangosu -i -u postgres
create MRRS_DBsudo pacman -S python-psycopg2cd MRRS/front-end
sudo pip install pip.txtcd MRRS/front-end
python manage.py migrate # create new table
python manage.py runserverOpen http://127.0.0.1:8000/search_engine in a browser.