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 django
su -i -u postgres
create MRRS_DB
sudo pacman -S python-psycopg2
cd MRRS/front-end
sudo pip install pip.txt
cd MRRS/front-end
python manage.py migrate # create new table
python manage.py runserver
Open http://127.0.0.1:8000/search_engine
in a browser.