Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 220 Bytes

ExpressJs rest api scaffold

  • runs by default on port 3001
  • can run with https. To do that, start with env variable 'USE_HTTPS=true'. You will need to provide your own 'server.key' and 'server.crt' in the root folder