Skip to content

API de la aplicación para el control horario de clases particulares "GestionAppmos"

License

Notifications You must be signed in to change notification settings

PS-G1-Lab/control-horas-api

Repository files navigation

Control de Horas

Contributing

Please check out the CONTRIBUTING.md document to learn about the contribution process.

Getting Started

Clone the repository

git clone <git url>

Enter the project directory

cd control-horas-api

Installation

pnpm install

Environment Variables

Copy the .env.copy file to .env and fill in the necessary environment variables.

Development

pnpm run dev

Project Structure

The 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]

Commands

You can find a cheatsheet with the most common commands used in this project in the file COMMANDS.md.

Tools

You can find a list of resources and tools for this project in the file TOOLS.md.

License

This project is licensed under the MIT License - see the LICENSE file for details.


Authors

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

About

API de la aplicación para el control horario de clases particulares "GestionAppmos"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published