git clone [email protected]:igor-anferov/smart-guide.git
cd smart-guide
npm install -g yarn
yarn install
yarn create-db
yarn fill-db
JWT_SECRET='<secret used as HMAC key to sign JWT>' \
yarn start
URL | Description |
---|---|
http://0.0.0.0:3000/ | Application |
http://0.0.0.0:3000/api | API documentation |