materialsvirtuallab / matgenie

Web interface to pymatgen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matgenie

This repo contains the Django code for the Matgenie front end for pymatgen. The website is run off Heroku with static assets being served from Amazon Web Services S3.

Running the frontend locally

Install all requirements using:

pip install -r requirements.txt

It is highly recommended you do this in a virtualenv.

Then run:

python manage.py runserver

Open a browser and point it to http://127.0.0.1:8000 (usually the default).

About

Web interface to pymatgen


Languages

Language:Python 39.8%Language:HTML 27.1%Language:JavaScript 17.5%Language:CSS 15.4%Language:Procfile 0.1%