Skip to content

vtrung/FatWatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

FatWatch

Installation:

  1. install packages: run 'npm install'
  2. create keys for jwt tokens

    Generate jwtkeys

ssh-keygen -t rsa -b 4096 -f jwtRS256.key

Don't add passphrase

openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub cat jwtRS256.key cat jwtRS256.key.pub

  1. run mongo

service mongodb start

About

web project - monitors weight

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published