Skip to content

A project to ease the management of the management of terms in the Building Energy Data Exchange Standard dictionary.

License

Notifications You must be signed in to change notification settings

arielkotch/BEDES-Manager

 
 

Repository files navigation

BEDES-Manager

A project to ease the management of terms in the Building Energy Data Exchange Standard dictionary.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

You'll need to install:

  • Node.js
  • MongoDB

Installing

npm run devbuild

Running

Run Mongodb in the Background

mongod

Concurrently Run Server and Client

npm start

Initial Import

Go to http://127.0.0.1:5000/api/initial-import to do initial xml import into DB.

Client

Go to http://127.0.0.1:3000

Usage with Docker

Docker is used to create containers, or a packaged application with all its parts, which helps eliminate the issues teams face with different development environments.

Read more at https://www.docker.com/what-docker.

For general purposes, the Community Edition of Docker is sufficient. Download the respective version for your machine at https://www.docker.com/community-edition.

To start the application:

sudo docker-compose build
sudo docker-compose up

To close the application:

sudo docker-compose down

Built With

  • Node.js - Javascript runtime for executing javascript code server-side
  • Express.js - Web application framework for Node.js
  • MongoDB - Document database (NOSQL)
  • React.js - Javascript library for building user interfaces

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the Apache License - see the LICENSE file for details

About

A project to ease the management of the management of terms in the Building Energy Data Exchange Standard dictionary.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.3%
  • CSS 10.7%
  • HTML 1.6%
  • Dockerfile 0.4%