Skip to content

ecrl/database-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UML Energy & Combustion Research Laboratory

ECRL's database/web-app

A comprehensive database of combustion properties for over 1,200 compounds that can be run locally or in the cloud. All you need is Docker.

https://database.uml-ecrl.org/

Installation

$ git clone https://github.com/ecrl/database-web-app
$ cd database-web-app
$ chmod +x /mongo/import.sh
$ docker compose up -d

After composing, the ecrl-db-mongo-seed container can be removed.

If containers are created locally, the web app is available at http://localhost:8080 and the MongoDB server is available at mongodb://localhost:27017. For more complex deployments I assume you know what you're doing.