ISPP-Grupo-10 / cocemfe-sevilla

Proyecto realizado por alumnos de la Universidad de Sevilla para la ONG de COCEMFE Sevilla
MIT License
5 stars 1 forks source link

Codacy Badge Codacy Badge Django CI PythonVersion

Cocemfe Web

Description

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.

Instalation

Requirements

Pasos

  1. Clone the repository:
git clone https://github.com/tu_usuario/cocemfe-web.git
cd cocemfe-web
  1. Install the dependencies:
python -m pip install --upgrade pip
pip install -r ./cocemfe_sevilla/requirements.txt
pip install importlib_metadata
  1. Performs database migrations:
python ./cocemfe_sevilla/manage.py makemigrations
python ./cocemfe_sevilla/manage.py migrate
  1. Launch the proyect
python ./cocemfe_sevilla/manage.py runserver

Contribution

We welcome contributions! To contribute to the project, follow these steps:

  1. Fork the proyect.
  2. Create your feature branch using the format feature/issueNumber-branch-name:
    git checkout -b feature/issueNumber-branch-name

    For example:

    git checkout -b feature/123-new-feature
  3. Make your changes and commit them following the Conventional Commits conventions:
    git commit -m 'feat: add new feature'
  4. Push to your remote repository:
    git push origin feature/issueNumber-branch-name
  5. Make a pull request to Develop and wait for it to be accepted :)

License

This project is licensed under the MIT License. For more information, see the file LICENSE.