From 1d48a1ce73b4ddb71972c005603dc9bbc40c2cdf Mon Sep 17 00:00:00 2001
From: kike_ulloa <marlon.ulloa.amaya@gmail.com>
Date: Fri, 5 Apr 2019 10:44:32 -0500
Subject: [PATCH] cliente - api sistemas de consejerias

---
 API - Sistema de Consejerias/README.md        | 13 ++++
 .../routes/api/config/config.json             | 12 +--
 .../server/config/config.json                 |  8 +-
 Cliente - Sistema de Consejerias/README.md    | 75 +++----------------
 .../READMEDETALLED.md                         | 68 +++++++++++++++++
 5 files changed, 100 insertions(+), 76 deletions(-)
 create mode 100644 API - Sistema de Consejerias/README.md
 mode change 100755 => 100644 Cliente - Sistema de Consejerias/README.md
 create mode 100755 Cliente - Sistema de Consejerias/READMEDETALLED.md

diff --git a/API - Sistema de Consejerias/README.md b/API - Sistema de Consejerias/README.md
new file mode 100644
index 0000000..a43672e
--- /dev/null
+++ b/API - Sistema de Consejerias/README.md	
@@ -0,0 +1,13 @@
+
+
+API para el Sistema de Consejerías de la Universidad de Cuenca como parte del proyecto LALA
+
+Pasos a seguir para ejecutar el API:
+
+1.	Instalar Nodejs (url: https://nodejs.org/es/download/)
+2.	Instalar git (url: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
+3.	Clonar el proyecto ejecutando la siguiente línea: git clone https://git.cti.espol.edu.ec/LALA-Project/UCUENCA.git
+4.	Dirigirse a la carpeta del proyecto API-Sistema de Consejerias.
+5.	Ejecutar dentro de la carpeta del proyecto el comando: npm install
+6.	Ejecutar dentro de la carpeta del proyecto el comando: npm start 
+7.	El proyecto se ejecuta en: localhost:3000.
\ No newline at end of file
diff --git a/API - Sistema de Consejerias/routes/api/config/config.json b/API - Sistema de Consejerias/routes/api/config/config.json
index d7b0510..e79b610 100755
--- a/API - Sistema de Consejerias/routes/api/config/config.json	
+++ b/API - Sistema de Consejerias/routes/api/config/config.json	
@@ -1,16 +1,16 @@
 {
   "v1":{
     "development": {
-      "oauth2Server": "https://dev-878998.oktapreview.com/oauth2/ausj08qk5vYaB8HWc0h7",
-      "clientId": "0oaj05c160K15cGx00h7"
+      "oauth2Server": "url",
+      "clientId": "client id"
     },
     "test": {
-      "oauth2Server": "https://dev-849498.oktapreview.com/oauth2/ausizxjllkrFj4M8v0h7",
-      "clientId": "PMQH7jVA-ExCUz5RgEaVIk6ViC9DEzdVC_XEehTb"
+      "oauth2Server": "",
+      "clientId": ""
     },
     "production": {
-      "oauth2Server": "https://dev-849498.oktapreview.com/oauth2/ausizxjllkrFj4M8v0h7",
-      "clientId": "PMQH7jVA-ExCUz5RgEaVIk6ViC9DEzdVC_XEehTb"
+      "oauth2Server": "",
+      "clientId": ""
     }
   }
 }
\ No newline at end of file
diff --git a/API - Sistema de Consejerias/server/config/config.json b/API - Sistema de Consejerias/server/config/config.json
index 558901b..53476c5 100755
--- a/API - Sistema de Consejerias/server/config/config.json	
+++ b/API - Sistema de Consejerias/server/config/config.json	
@@ -1,10 +1,10 @@
 {
   "development": {
-    "username": "marlon",
-    "password": "postgres",
-    "database": "lalaproject",
+    "username": "username",
+    "password": "password",
+    "database": "database",
     "host": "localhost",
-    "dialect": "postgres",
+    "dialect": "database",
     "operatorsAliases": "",
     "logging":false
   },
diff --git a/Cliente - Sistema de Consejerias/README.md b/Cliente - Sistema de Consejerias/README.md
old mode 100755
new mode 100644
index 9d9614c..1be7425
--- a/Cliente - Sistema de Consejerias/README.md	
+++ b/Cliente - Sistema de Consejerias/README.md	
@@ -1,68 +1,11 @@
-This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+Cliente para el Sistema de Consejerías de la Universidad de Cuenca como parte del proyecto LALA
 
-## Available Scripts
+Pasos a seguir para ejecutar el Cliente:
 
-In the project directory, you can run:
-
-### `npm start`
-
-Runs the app in the development mode.<br>
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
-
-The page will reload if you make edits.<br>
-You will also see any lint errors in the console.
-
-### `npm test`
-
-Launches the test runner in the interactive watch mode.<br>
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
-
-### `npm run build`
-
-Builds the app for production to the `build` folder.<br>
-It correctly bundles React in production mode and optimizes the build for the best performance.
-
-The build is minified and the filenames include the hashes.<br>
-Your app is ready to be deployed!
-
-See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
-
-### `npm run eject`
-
-**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
-
-If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
-
-Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
-
-You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
-
-## Learn More
-
-You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
-
-To learn React, check out the [React documentation](https://reactjs.org/).
-
-### Code Splitting
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
-
-### Analyzing the Bundle Size
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
-
-### Making a Progressive Web App
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
-
-### Advanced Configuration
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
-
-### Deployment
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
-
-### `npm run build` fails to minify
-
-This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
+1.	Instalar Nodejs (url: https://nodejs.org/es/download/)
+2.	Instalar git (url: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git).
+3.	Clonar el proyecto ejecutando la siguiente línea: git clone https://git.cti.espol.edu.ec/LALA-Project/UCUENCA.git
+4.	Dirigirse a la carpeta del proyecto Cliente-Sistema de Consejerias.
+5.	Ejecutar dentro de la carpeta del proyecto el comando: npm install
+6.	Ejecutar dentro de la carpeta del proyecto el comando: npm start 
+7.	El proyecto se ejecuta en: localhost:3001.
\ No newline at end of file
diff --git a/Cliente - Sistema de Consejerias/READMEDETALLED.md b/Cliente - Sistema de Consejerias/READMEDETALLED.md
new file mode 100755
index 0000000..664f31d
--- /dev/null
+++ b/Cliente - Sistema de Consejerias/READMEDETALLED.md	
@@ -0,0 +1,68 @@
+This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
+
+## Available Scripts
+
+In the project directory, you can run:
+
+### `npm start`
+
+Runs the app in the development mode.<br>
+Open [http://localhost:3001](http://localhost:3001) to view it in the browser.
+
+The page will reload if you make edits.<br>
+You will also see any lint errors in the console.
+
+### `npm test`
+
+Launches the test runner in the interactive watch mode.<br>
+See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
+
+### `npm run build`
+
+Builds the app for production to the `build` folder.<br>
+It correctly bundles React in production mode and optimizes the build for the best performance.
+
+The build is minified and the filenames include the hashes.<br>
+Your app is ready to be deployed!
+
+See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
+
+### `npm run eject`
+
+**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
+
+If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
+
+Instead, it will copy all the configuration files and the transitive dependencies (Webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
+
+You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
+
+## Learn More
+
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+
+To learn React, check out the [React documentation](https://reactjs.org/).
+
+### Code Splitting
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
+
+### Analyzing the Bundle Size
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
+
+### Making a Progressive Web App
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
+
+### Advanced Configuration
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
+
+### Deployment
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
+
+### `npm run build` fails to minify
+
+This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify
-- 
GitLab