Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 251 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 251 Bytes

phylogenes-api

Phylogenes REST API written in ExpressJS 🔒

Installation

npm i

To run in dev

solr_user=[username] solr_password=[password] DEBUG=dev NODE_ENV=development nodemon index.js

To run in prod

to be updated