Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Jesperkemist/perovskitedatabase


https://github.com/Jesperkemist/perovskitedatabase

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

The Perovskite Database Project

In the top directory there are two master files

1. bokehServerRun.py
That one starts a Bokeh server runing the interactive apps defines in the dashboards directory

To use this script, you must create a file called `.env` in your root directory that will contain the database connection details (this file is git ignored), copy the following lines into this file, and replace the place holders with the connection details of the database:

```bash
DB_HOST=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```

2. runserver.py
Runs a Flask application that runs the webpage defined in the Perovskite_webpage_version_1 directory