Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bush1d3v/nei_market_api
NEI Market Analytics is an open-source project designed to provide comprehensive market value analyses for various financial instruments and digital assets. This repository aims to create a robust platform for tracking and analyzing market trends across multiple sectors.
https://github.com/bush1d3v/nei_market_api
biomejs bun cors docker elysiajs env gemini github-actions javascript rate-limiting socket-io swagger typescript
Last synced: 3 days ago
JSON representation
NEI Market Analytics is an open-source project designed to provide comprehensive market value analyses for various financial instruments and digital assets. This repository aims to create a robust platform for tracking and analyzing market trends across multiple sectors.
- Host: GitHub
- URL: https://github.com/bush1d3v/nei_market_api
- Owner: bush1D3v
- License: mit
- Created: 2024-12-26T03:15:17.000Z (12 days ago)
- Default Branch: master
- Last Pushed: 2025-01-02T21:46:37.000Z (4 days ago)
- Last Synced: 2025-01-02T22:31:08.731Z (4 days ago)
- Topics: biomejs, bun, cors, docker, elysiajs, env, gemini, github-actions, javascript, rate-limiting, socket-io, swagger, typescript
- Language: TypeScript
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
PT-BR 🇧🇷
# 📊 Nei Market Analytics
![License](https://img.shields.io/static/v1?label=license&message=MIT&color=orange)
![Bun version](https://img.shields.io/static/v1?label=bun&message=v1.1.24&color=yellow)
![Repository size](https://img.shields.io/github/repo-size/bush1D3v/nei_market_api?color=blue)
![Pull request](https://img.shields.io/static/v1?label=PR&message=welcome&color=green)## 🔍 Sobre o Projeto
O **NEI Market Analytics** é um projeto de código aberto projetado para fornecer análises abrangentes de valor de mercado para vários instrumentos financeiros e ativos digitais. Este repositório visa criar uma plataforma robusta para rastrear e analisar tendências de mercado em vários setores.
## 🛠️ Tecnologias e Ferramentas Utilizadas
## 🏗 Estrutura e Arquitetura
O projeto segue os princípios da **arquitetura limpa**, e o código foi organizado de acordo com os princípios de **modularidade**, **reutilização** e **responsabilidade única**.
## 🐳 Docker
Com a adição do Docker, você agora pode utilizar dos scripts fornecidos em `package.json` para poder construir a imagem docker e rodar o container da aplicação.
Para isso, segue a lista de funções de cada script:
> `docker-build`: Constrói as imagens docker do projeto
`docker-run`: Roda e sobe o container nei_market_api## Configuração IDE recomendada
Procure no arquivo [extensions.json](https://github.com/bush1D3v/NEI_market_analytics/blob/main/.vscode/extensions.json) as recomendações e instale-as no seu VSCode.
## Configuração do projeto
```sh
bun install
```### Compilar e recarregar rapidamente para Back-end
```sh
bun dev
```### Verificação de tipo, compilação e minimização para produção
```sh
bun build
```Isso executa os testes de ponta a ponta no servidor de desenvolvimento Vite.
É muito mais rápido do que a compilação de produção.ENG 🇺🇸
# 📊 Nei Market Analytics
![License](https://img.shields.io/static/v1?label=license&message=MIT&color=orange)
![Bun version](https://img.shields.io/static/v1?label=bun&message=v1.1.24&color=yellow)
![Repository size](https://img.shields.io/github/repo-size/bush1D3v/nei_market_api?color=blue)
![Pull request](https://img.shields.io/static/v1?label=PR&message=welcome&color=green)## 🔍 About the Project
The **NEI Market Analytics** is an open-source project designed to provide comprehensive market value analyses for various financial instruments and digital assets. This repository aims to create a robust platform for tracking and analyzing market trends across multiple sectors.
## 🛠️ Technologies and Tools Used
## 🏗 Structure and Architecture
The project follows the principles of **clean architecture**, and the code was organized according to the principles of **modularity**, **reusability** and **single responsibility**.
## 🐳 Docker
With the addition of Docker, you can now use the scripts provided in `package.json` to build the docker image and run the application container.
To do this, here is the list of functions for each script:
> `docker-build`: Builds the project's docker images
`docker-run`: Builds and Runs the nei_market_api container## Recommended IDE Setup
Search the [extensions.json](https://github.com/bush1D3v/NEI_market_analytics/blob/main/.vscode/extensions.json) file as per recommendations and install them in your VSCode.
## Project Setup
```sh
bun install
```### Compile and Hot-Reload for Back-end
```sh
bun dev
```### Type-Check, Compile and Minify for Production
```sh
bun build
```