Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Jesperkemist/perovskitedatabase
https://github.com/Jesperkemist/perovskitedatabase
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Jesperkemist/perovskitedatabase
- Owner: Jesperkemist
- Created: 2021-01-17T14:26:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T11:09:21.000Z (10 months ago)
- Last Synced: 2024-03-15T10:11:05.273Z (10 months ago)
- Language: Python
- Size: 14.3 MB
- Stars: 54
- Watchers: 3
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- best-of-atomistic-machine-learning - GitHub
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 directoryTo 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