Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1014 Bytes

README.md

File metadata and controls

45 lines (25 loc) · 1014 Bytes

CQL TEACHER

Aplicacion WEB que compila un lenguaje CQL para interactuar con bases de datos no relaciones.

Getting Started

  • Clonar este repositorio
  • Instalar respectivos Paquetes
npm install --save paquete
  • Iniciar Servidor
npm index.js

Prerequisites

  • NodeJS

Built With

  • NodeJS - Servidor de Aplicacion para Cliente
  • Jison - Parser

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

License

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

Acknowledgments

  • Esta es la parte del Cliente para ver la parte del servidor dirigirse a cql teacher server