Giter Site home page Giter Site logo

gitmerged's Introduction

GitMerged

This is a tinder App for Developers build with Django.

DEMO: https://youtu.be/UVIPgdafxew

Features

  • Users can make an account and login
  • Then you fill out their profile details -> tech stack etc..
  • Users can browse and filter other users
  • They can also express interest towards other users with a heart
  • If both users express interest it's match
  • Users can send each other messages and view eachothers profiles
  • Users can block each other

This Idea came from the RTC Project Ideas Repo The Requirements for the app can be found here

Demo Video Comming Soon

Usage Instructions

If you would like to try this youself then clone the repo

Then I recommend you start a virtual environment:

pip install virtual
vritualenv env
env\Scripts\activate.bat

Mac is similar the only difference is the activate command -> source bin\activate

Now you can install requirements: pip install -r requirements.txt

Now create a .env file:

KEY = secret_key
PASSWORD = your_email_password
MAIL = your_email

To generate a secret key there are many methods. For example Open the Django shell python manange.py shell

from django.core.management.utils import get_random_secret_key
print(get_random_secret_key())

Then copy that into the key field as a string.

You should be done. Just run

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

And now you're live on localhost:8000

gitmerged's People

Contributors

merichard123 avatar

Stargazers

 avatar Nashid Ali avatar Odafe avatar nanaji sanka avatar  avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.