findsmyfriends / taffy

Project senior

Home Page:https://taffydating.herokuapp.com/login/?next=/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Taffy Web

Topic Taffy web Application for Dating
Author Mr. Kriengkrai Yothee
Advisor Wichit sombat, Ph.D.
Degree Bachelor of Science (Computer Science)
Academic Year 2020

Abstract

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.

Features

  • 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

How To Use

Clone project & Install Requirements

Make sure you have already installed python3 and git.

$ git clone https://github.com/taffy63/taffy.git && cd taffy
$ pipenv shell
$ pipenv install 

Make migrations && Migrate

$ pipenv run mkm

Load date for Emulations data

$ pipenv run loaddb

Run Server

$ pipenv run s

Enter your browser http://localhost:8000/. You can login via admin in http://localhost:8000/admin/.

About

Project senior

https://taffydating.herokuapp.com/login/?next=/


Languages

Language:CSS 48.6%Language:SCSS 25.2%Language:HTML 15.8%Language:Python 6.1%Language:JavaScript 4.4%