The application for coders to collaborat on someone else's project or post project they started up for collaboration.
- Clone the repo
- Have pipenv installed
- Enter the shell by running
pipenv shell
- Install django and teh rest of teh development dependancies by running
pipenv install --dev
- Update your django sqlite database by running
python manage.py migrate
- Now finally, run the app with
python manage.py
Ability for a user to create groups/organizations, become members of those organizations and see what other projects memebers of same group collaboarte on. And even further development would include option of projects being closed to people outside of the group members.