Cocemfe Web is a project developed by 17 software engineering students that aims to improve the efficiency of all municipalities when creating accessibility plans. The software allows the uploading of documents so that, subsequently, a number of qualified people can suggest improvements to the document, thus making the process of editing the plan and proposing improvements much more enjoyable.
git clone https://github.com/tu_usuario/cocemfe-web.git
cd cocemfe-web
python -m pip install --upgrade pip
pip install -r ./cocemfe_sevilla/requirements.txt
pip install importlib_metadata
python ./cocemfe_sevilla/manage.py makemigrations
python ./cocemfe_sevilla/manage.py migrate
python ./cocemfe_sevilla/manage.py runserver
We welcome contributions! To contribute to the project, follow these steps:
feature/issueNumber-branch-name
:
git checkout -b feature/issueNumber-branch-name
For example:
git checkout -b feature/123-new-feature
git commit -m 'feat: add new feature'
git push origin feature/issueNumber-branch-name
This project is licensed under the MIT License. For more information, see the file LICENSE.