Parsing and display service for a battery module system
- Clone this repo
- Install Python 3, PostgreSQL and pipenv
- Run
pipenv install
to install dependencies - Create a PostgreSQL database, user, and password for the application
- Copy .env.example to .env and enter the database details
- Run
pipenv run python manage.py migrate
to set up the database - Run
npm install && ./node_modules/.bin/webpack --config webpack.config.js
to install and compile JavaScript assets
Run start_parser.sh
Run start_server.sh
Start the django console by running pipenv run python manage.py shell