Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kazimovzaman2/devsearch
- Owner: kazimovzaman2
- Created: 2023-02-25T13:47:15.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-25T07:00:41.000Z (about 1 year ago)
- Last Synced: 2023-12-25T08:22:53.876Z (about 1 year ago)
- Topics: django, django-rest-framework, postgresql
- Language: HTML
- Homepage: https://devsearch-zaman.azurewebsites.net/
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DevSearch
Sourcode and Resources for Django 2021 CourseSee 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)