-
A profile matching website where people link with each other.
-
Users fill their profile and see the profile of other users based on their interests listed in the profile and on the basis of the filters they apply.
-
Now if the user wants, they can choose to
smash
orpass
and then the request is sent to the other user, who can accept ordeclinetheir request. -
Mails are sent to notify users on various events such as
signup
,request received
,request accepted
etc.
View it live here on Heroku.
git clone https://github.com/sp35/MatriNome.git
virtualenv -p python3 venv
source venv/bin/activate
cd MatriNome
pip install -r utils/requirements.txt
python manage.py migrate --run-syncdb
python manage.py createsuperuser
python manage.py runserver
Now open up your browser at http://127.0.0.1:8000/ and the project is hosted on your local setup.
ip address
... 3: wlp2s0: ... inet 172.17.69.115/23 brd 172.17.69.255 .... ...
python manage.py runserver 0.0.0.0:8000
python manage.py runserver 172.17.69.115:8000
http://172.17.69.115:8000
Thanks to HTML5Up for it's Phantom Template.