Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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