alesgenova / mongochemclient

Web client code for the MongoChem project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoChem

MongoChem

Introduction

MongoChem is an open-source, cross-platform framework for managing large collections of chemical data. It uses MongoDB to store and retrieve data, and can be used in groups to share and search across work being done in a group. Some highlights:

Open Chemistry project Kitware, Inc.

MongoChem is being developed as part of the Open Chemistry project at Kitware, along with companion tools and libraries to support the work.

Requirements

Building

First install the require packages:

cd <repo directory>
npm install

Now run the build:

cd <repo directory>
npm run build

Running dev server

cd <repo directory>
npm start

Point your browser to http://localhost:3000

The dev server will watch resources and rebuild as necessary.

Contributing

Our project uses the standard GitHub pull request process for code review and integration. Please check our development guide for more details on developing and contributing to the project. The GitHub issue tracker can be used to report bugs, make feature requests, etc.

Our wiki is used to document features, flesh out designs and host other documentation. We have several mailing lists to coordinate development and to provide support.

License

This project is released under the 3-clause BSD license, see the LICENSE file for more details.

About

Web client code for the MongoChem project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 98.6%Language:CSS 0.8%Language:HTML 0.7%