Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cheke42/fci-tracking
Permite visualizar el rendimiento de FCI
https://github.com/cheke42/fci-tracking
Last synced: about 2 months ago
JSON representation
Permite visualizar el rendimiento de FCI
- Host: GitHub
- URL: https://github.com/cheke42/fci-tracking
- Owner: cheke42
- Created: 2024-04-04T02:41:15.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T18:53:28.000Z (9 months ago)
- Last Synced: 2024-04-27T19:44:59.359Z (9 months ago)
- Language: JavaScript
- Homepage: https://testing-render-5lah.onrender.com
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VISUALIZADOR DE FCI 📈
En este proyecto se desarrolla un sistema que permite realizar un seguimiento del rendimiento de los diferentes fondos comunes de inversiones disponibles en el [CAFCI](https://www.cafci.org.ar/).
## Tecnologias utilizadas:
**Backend:**
- Entorno [Node.JS](https://nodejs.org/) con las librerías npm incluidas en el package.json
**Frontend:**
- Librería de [React](https://github.com/facebook/create-react-app) par el frontend. Se puede crear una cuenta. Crear billeteras, incluir fondos y realizar un seguimiento de su rendimiento.
## Estructura del proyecto:
- **📁 backend:** Backend de la aplicación.
- **📁 client:** Cliente desplegado de react.
- **📁 client_dev:** Proyecto Frontend desarrollado en React.
- **📄 app.js:** Punto de entrada de la aplicación.
- **📄 index.js:** Archivo inicial de la aplicación.
- **📄 package.json:** Dependencias.## INSTALAR DEP:
En la ruta del base
### `npm install`
## INICIAR EL PROYECTO
### `npm start`
La aplicación se abrirá en :
```sh
http://localhost:10000/login
```![Alt text](/backend/captura.png?raw=true "Captura")
:D