• Stars
    star
    830
  • Rank 53,061 (Top 2 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created over 8 years ago
  • Updated 16 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

BRMW is a free open source entity-relationship database modeling tool. We're working to make learning database modeling simple and accessible for everyone.

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

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

E2E Tests

First, make sure you have the project up and running with database, backend, and frontend.

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

    Note: Tests will delete all models from your user. To avoid lost your work we recommend you to create a different user to run the tests

  3. To run the tests you have two options:
    1. Run headless mode in your terminal window: yarn test:cy
    2. Run interactive mode: yarn cy:open

Production environments

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Milton Bittencourt de Souza Neto

πŸ’» ⚠️ πŸ› 🚧

Idmar Ramos Junior (Id)

πŸ’» 🎨 πŸ“† 🚧

Felipe de Souza da Costa

πŸ’» πŸš‡ πŸ‘€

MΓ‘rcio Santos

πŸ’» πŸ‘€

Telmo "Trooper"

πŸ’»

Arthur Mota

πŸ’» πŸ‘€

joaomfiumari

πŸ’» πŸš‡

Walmyr

⚠️

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