Skip to content

cehernandezm/cql-teacher-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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