Please check out the CONTRIBUTING.md document to learn about the contribution process.
git clone <git url>Enter the project directory
cd control-horas-apipnpm installCopy the .env.copy file to .env and fill in the necessary environment variables.
pnpm run devThe project is structured as follows:
/
├── src/
│ ├── index.js
│ ├── controllers/
│ │ └── [All the controllers]
│ ├── middlewares/
│ ├── models/
│ │ ├── local-file-system/
│ │ ├── turso/
│ ├── routes/
│ ├── schemas/
├── .env
├── package.json
└── [Rest of the files]
You can find a cheatsheet with the most common commands used in this project in the file COMMANDS.md.
You can find a list of resources and tools for this project in the file TOOLS.md.
This project is licensed under the MIT License - see the LICENSE file for details.
| Name | GitHub |
|---|---|
| Juan Carlos Acosta Perabá | juancarlosacostaperaba |
| Kilian Armas Pérez | Kilamper |
| Silvia González Torres | SilviaGonz |
| Cristian Marrero Vega | XxMARRExX |
| Nuhacet Travieso del Rosario | nuhacet66 |