Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 208 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 208 Bytes

Lemme node API

1. Setup

git clone [email protected]:miksturait/lemme-api.git
npm install
cp config/secrets.example.env config/secrets.env

fill all ENV vars
install mongo
run mongo

npm run dev