Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kazimovzaman2/devsearch

πŸ§‘πŸ»β€πŸ’»This repository contains the source code and resources for the Django 2021 course by Dennis Ivy. The course is aimed at beginners who want to learn how to build web applications using Django, a high-level Python web framework.
https://github.com/kazimovzaman2/devsearch

django django-rest-framework postgresql

Last synced: about 2 months ago
JSON representation

πŸ§‘πŸ»β€πŸ’»This repository contains the source code and resources for the Django 2021 course by Dennis Ivy. The course is aimed at beginners who want to learn how to build web applications using Django, a high-level Python web framework.

Awesome Lists containing this project

README

        

# DevSearch
Sourcode and Resources for Django 2021 Course

See the full course here: https://dennisivy.teachable.com/p/django-beginners-course

# Live Web Site
https://devsearch-zaman.azurewebsites.net/

# Installation
* 1 - clone repo https://github.com/kazimovzaman2/DevSearch
* 2 - create a virtual environment and activate
* - pip install virtualenv
* - virtualenv envname
* - envname\scripts\activate
* 3 - cd into project "cd DevSearch"
* 4 - pip install -r requirements.txt
* 5 - python manage.py runserver

# Features
* Share Projects
* Message other developers
* Rate others work
* Search other developers

# Tech Stack
* Django
* Postgres
* Django REST Framework

# Home Page
![Devsearch Home](https://user-images.githubusercontent.com/92586852/221362495-f0eafa97-66e2-46c2-b1ac-10f2d0d02c70.jpg)

# Projects Page
![DevSearch Projects](https://user-images.githubusercontent.com/92586852/221362512-4840596d-ff62-404d-b270-39b8110ba341.jpg)

# User Inbox
![Devsearch Inbox](https://user-images.githubusercontent.com/92586852/221362543-8bcbf483-2bab-4519-80eb-2d1eb23cfe63.png)