Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 322 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 322 Bytes

Description

Virtual OCPP-J server Contain simulation of OCPP-J 1.6 stations

Installation

Create an .env file from the .env.example (change the variable according to your need)

Running the app

docker-compose up

Test

# unit tests
$ npm run test

# test coverage
$ npm run test:cov

License