Topic | Taffy web Application for Dating |
---|---|
Author | Mr. Kriengkrai Yothee |
Advisor | Wichit sombat, Ph.D. |
Degree | Bachelor of Science (Computer Science) |
Academic Year | 2020 |
Taffy is a dating web application designed to generate connections between members who are interested in love and friendship. Without limits on distance and time, using factors of belief in Thai society on the pair according to the relationship of the horoscope by using the score of the relationship according to the day of birth, zodiac, blood group, zodiac year from many astrological sources. The score of the will help the system to rank and present the members who received the high. Members can also select a partner to chat. You can reject the chosen pair. And also have space to share the experience about love. This system is developed by Django Framework technology using Python language. And connect to the SQLite database. It can be used on the Pythonanywhere web server.
Keywords: web application, web server, match, dating , Horoscope, Factors of belief in Thai society
Full-Featured Blog’s Love and Find’s Love with Django web framework.
- User Registration
- User Login & Logout
- User Profile
- Create, Update, Edit & Delete Profiles
- Comments
- Search
- User Change Password
- Customized admin panel
- Blog’s Love
- Like Post
- Find’s Love
- Chat form Django Rest Framework
- Rejected Lover
- Review Lover
- Nope
- Like
Make sure you have already installed python3 and git.
$ git clone https://github.com/taffy63/taffy.git && cd taffy
$ pipenv shell
$ pipenv install
$ pipenv run mkm
$ pipenv run loaddb
$ pipenv run s
Enter your browser http://localhost:8000/. You can login via admin in http://localhost:8000/admin/.