Skip to content

C0rellana/TesisFrontEnd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrontEnd Tesis 2019!

  • Sistema para llevar el control del frontend para la tesis 2019.
  • Sistema creado en ReactJS + Template Argon 2019

Installation

*Requiere tener instalado Node.js.

1-Instalar NodeJs Node.js. (Si ya instalo el Backend omitir este paso)

$ apt-get update
$ sudo apt install nodejs
$ sudo apt install npm

2-Clonar repositorio.

$ git clone https://github.com/Carloxmof1/FrontEnd.git

3-Instalar las dependencias.

$ cd FrontEnd
$ npm install

4-Configurar conexion con la API.(Instalar Backend:https://github.com/Carloxmof1/BackEnd) Es necesario crear el archivo .env en la carpeta /FrontEnd y añadir la siguiente linea

REACT_APP_API= http://IP_API:PORT_API

5-Iniciar APP

$ npm start

6-Abrir navegador

http://IP_API:PORT_API

credenciales:
  USER1@gmail.com -> 123456
  DIRECTOR1@gmail.com ->123456
  ADMIN@gmail.com ->123456

About

Desarrollo de FrontEnd para tesis 2019.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published