Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsensami/freelancer
Freelancer website written by Django to help freelancers and employers
https://github.com/mohsensami/freelancer
django djangorestframework jquery python
Last synced: about 2 months ago
JSON representation
Freelancer website written by Django to help freelancers and employers
- Host: GitHub
- URL: https://github.com/mohsensami/freelancer
- Owner: mohsensami
- Created: 2022-11-29T18:35:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-20T20:27:09.000Z (about 2 years ago)
- Last Synced: 2023-03-04T00:42:45.576Z (almost 2 years ago)
- Topics: django, djangorestframework, jquery, python
- Language: HTML
- Homepage: https://freelancer.pythonanywhere.com/
- Size: 3.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freelancer
[Demo](https://freelancer.pythonanywhere.com/)# Installation
* 1 - clone repo https://github.com/mohsensami/freelancer
* 2 - create a virtual environment and activate
* - pip install virtualenv
* - virtualenv envname
* - envname\scripts\activate
* 3 - cd into project "cd freelancer"
* 4 - pip install -r requirements.txt
* 5 - python manage.py runserver# Features
* Share Projects
* Message other Freelancers
* Rate others work
* Search other Freelancers# Course Overview
* Basic Djagno Overview
* Database Design and Models
* Static Files
* User Registration & Authenticaiton
* Search
* Pagination
* Building an API with Django REST Framework (DRF)
* Deployment# Tech Stack
* Django
* Postgres
* Django REST Framework