Este proyecto fue hecho en el marco de Hacktic, una Hackaton dónde participan múltiples cooperativas de Facttic
Web platform developed to manage collaborative work opportunities between software development cooperatives.
This is a HackTic 2020 project by in which developers of cooperatives associated with FACTTIC participated.
The main goal is to have a tool that facilitates the identification of available developers when a software development opportunity is brought to FIT by one of the cooperatives participating in it.
The expected workflow is to: create an opportunity > identify co-operatives that have developers available in the required technology > notify co-operatives that may come forward to take the opportunity.
- Python 3.7 or later
- Pipenv
$ pipenv shell
$ pipenv install
$ pipenv run python manage.py migrate
$ pipenv run python manage.py createsuperuser
$ pipenv run python manage.py runserver
-
Install node dependencies:
$ cd frontend && npm install && npm run build
-
Start the frontend app:
$ cd frontend && npm run serve
-
App core and landing page should be accesible on: