A project to ease the management of terms in the Building Energy Data Exchange Standard dictionary.
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.
You'll need to install:
- Node.js
- MongoDB
npm run devbuild
Run Mongodb in the Background
mongod
Concurrently Run Server and Client
npm start
Go to http://127.0.0.1:5000/api/initial-import to do initial xml import into DB.
Go to http://127.0.0.1:3000
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
- 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
See the list of contributors who participated in this project.
This project is licensed under the Apache License - see the LICENSE file for details