Skip to content

💻 DevSearch - Connect With Developers From Around The World!

Notifications You must be signed in to change notification settings

dynamitebilol/devsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 DevSearch - Connect With Developers From Around The World!

Technologies Stack

  • Django
  • SQLLite(You can change it to Postgres or e.g on your own)
  • HTML / CSS

Developer Staff

Website Features

  • Browse and search for developers
  • Browse and search for projects
  • Sign up and log in into account
  • Edit / Delete account information
  • Create / Edit / Delete your projects
  • Comment other's projects
  • Send messages to developers / Read your inbox messages

Preview

1 2 4 5 7 6

Run it yourself

git clone https://github.com/dynamitebilol/finddev.git
cd finddev
pip install - r requirements.txt

Go to the setting.py and change this lines up to your PostgreSQL account

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql',
        'NAME': 'devSearch',
        'HOST': 'localhost',
        'PORT': '5432',
        'USER': 'postgres',
        'PASSWORD': ENV['DB_PASS']
    }
}

Then run the migrations:

python manage.py migrate

Then you can run it

python manage.py runserver

About

💻 DevSearch - Connect With Developers From Around The World!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published