Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivannunez25/ingenieria-de-software
Este es el proyecto final de la clase de Ingeniería de Software Agosto - Diciembre 2023, desarrollado por alumnos del Instituto Tecnológico de La Laguna
https://github.com/ivannunez25/ingenieria-de-software
express mysql nodejs react software-engineering
Last synced: about 1 month ago
JSON representation
Este es el proyecto final de la clase de Ingeniería de Software Agosto - Diciembre 2023, desarrollado por alumnos del Instituto Tecnológico de La Laguna
- Host: GitHub
- URL: https://github.com/ivannunez25/ingenieria-de-software
- Owner: IvanNunez25
- Created: 2023-10-24T00:27:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T00:37:29.000Z (about 1 year ago)
- Last Synced: 2023-11-06T06:24:22.568Z (about 1 year ago)
- Topics: express, mysql, nodejs, react, software-engineering
- Language: JavaScript
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ingenieria-de-Software
Previamente se debe tener una base de datos corriendo en un servidor en el puerto 3306
Existen dos carpetas: node(back) y front. Para levantar el back es necesario ir a la carpeta y ejecutar el comando:
> node appPara hacer lo mismo con el front, es necesario cambiar de carpeta (al front) y ejecutar:
> npm start