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

https://github.com/genesisblock3301/professional_connection

This is linkdin like website, all kind of linkdin features are exist here without messaging part.
https://github.com/genesisblock3301/professional_connection

clone-app django django-rest-framework python python3 single-page-app

Last synced: about 1 month ago
JSON representation

This is linkdin like website, all kind of linkdin features are exist here without messaging part.

Awesome Lists containing this project

README

          

# Professional_Connection
## Prerequisite of this project for better work environment:
* Pycharm
* Feel flexible with Pycharm Git

## Installing pip environment
[Create Virtualenv in Pycharm][create-env-link]

## Load all initial data
```commandline
python3 manage.py loaddata */fixtures/*.json
```
## Make all users password hashable
```commandline
python3 manage.py make_hash
```

[create-env-link]: https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html