MCPcopy Index your code
hub / github.com/brmodeloweb/brmodelo-app

github.com/brmodeloweb/brmodelo-app @v0.3.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.3 ↗ · + Follow
262 symbols 533 edges 107 files 5 documented · 2%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

app.brmodeloweb.com

All Contributors

Web application for database modeling and teaching

Hero shot

Released under the Apache License 2.0

Dependencies

To run this application you'll need:

Running application

  1. Install dependencies: yarn install
  2. Duplicate .env.example and rename it to .env
  3. Make sure you have MongoDB running (To know more: MacOS, Windows, CentOS, Ubuntu or Debian)
  4. Start frontend: yarn start:frontend
  5. Start server: yarn start:dev
  6. Access it: http://localhost:9000/

Running with docker-compose

Note: Docker setup is still a work in progress and does not offer a good developer experience. For now we recommend you to run the project locally following the instructions listed above. If you still want to use docker, here's how:

  1. Make sure you have Docker Desktop running
  2. Start docker: docker-compose up or docker-compose up -d
  3. Access it: http://localhost:9000/
  4. Once your done, finish docker: docker-compose down

Tests

Setup tests

  1. Duplicate cypress.env.example.json and rename it to cypress.env.json
  2. Update cypress.env.json with valid user credentials (Username and password)

[!WARNING] The data from the accound you set in cypress.env.json will be wiped out after the tests run. So, don't use your real account here!

E2E tests

To run E2E tests you have two options:

  1. Run headless mode in your terminal window: yarn test:cy
  2. Run interactive mode: yarn cy:open

Unit Tests

To run the unit tests you have two options:

  • yarn test to run all the tests and collect the coverage report. Or;
  • Execute in a watch mode by running yarn test:watch

Production environments

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Milton Bittencourt de Souza Neto Milton Bittencourt de Souza Neto 💻 ⚠️ 🐛 🚧 Idmar Ramos Junior (Id) Idmar Ramos Junior (Id) 💻 🎨 📆 🚧 Felipe de Souza da Costa Felipe de Souza da Costa 💻 🚇 👀 Márcio Santos Márcio Santos 💻 👀 Telmo Telmo "Trooper" 💻 Arthur Mota Arthur Mota 💻 👀 joaomfiumari joaomfiumari 💻 🚇
Walmyr Walmyr ⚠️ Tárliton Basso de Godoy Tárliton Basso de Godoy 💻 🚇 John Fercher John Fercher 💵 Henrique Ferraz Henrique Ferraz 💵 Paulo Ricardo Stradioti Paulo Ricardo Stradioti 💵 Salim Nabbout Salim Nabbout 💵 Justin Ferraz Justin Ferraz 💵
walissonkuper walissonkuper 💵 David de Souza David de Souza 💵 Jeverson misael da cruz filho Jeverson misael da cruz filho 💵

This project follows the all-contributors specification. Contributions of any kind welcome!

Extension points exported contracts — how you extend this code

Chainable (Interface)
(no doc)
cypress/support/commands.d.ts

Core symbols most depended-on inside this repo

registerHandler
called by 23
app/angular/components/keyboardController.js
showLoading
called by 8
app/angular/workspace/workspace.js
filterConnections
called by 8
app/angular/service/conversorService.js
loginViaGui
called by 7
cypress/support/commands.d.ts
cleanString
called by 7
app/angular/service/sqlGeneratorService.js
showFeedback
called by 7
app/angular/recovery/reset.js
getEntityNeighbors
called by 6
app/angular/service/conversorService.js
createTableObject
called by 5
app/angular/service/conversorService.js

Shape

Function 220
Method 21
Class 18
Enum 2
Interface 1

Languages

TypeScript100%

Modules by API surface

app/angular/service/conversorService.js38 symbols
server_app/model/service.js14 symbols
app/angular/service/sqlGeneratorService.js13 symbols
app/angular/service/modelAPI.js12 symbols
server_app/model/handler.js11 symbols
app/angular/components/keyboardController.js9 symbols
app/angular/signup/signup.js8 symbols
server_app/model/validator.js7 symbols
app/angular/recovery/reset.js7 symbols
server_app/user/service.js6 symbols
server_app/user/handler.js6 symbols
cypress/support/commands.d.ts6 symbols

Datastores touched

ModelCollection · 1 repos
UserCollection · 1 repos
(mongodb)Database · 1 repos

For agents

$ claude mcp add brmodelo-app \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact