Skip to content

deividw/brmodelo-app

 
 

Repository files navigation

brModeloWeb

All Contributors

Web application for database modeling and teaching

Released under the Apache License 2.0

Dependencies

To run this application you'll need:

Setup

  1. Create database directory: sudo mkdir -p /data/db
  2. Change database folder ownership to your user: sudo chown YOUR_USER_NAME:users -R /data/db
  3. Install dependencies: npm install

Running application

  1. Start database: mongod
  2. Start application: npm start
  3. Access it: http://localhost:3000/

Production environments

  1. Stable: https://app.brmodeloweb.com
  2. Staging: https://brmodelo-stage.herokuapp.com

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"

💻

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

About

brmodeloweb - Free open-source web application dedicated to entity-relationship modeling diagrams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.3%
  • HTML 21.9%
  • SCSS 15.0%
  • CSS 1.8%