A nutrion project used for nutrion purposes only.
After Cloning the repository follow the instructions below to get the rest API server up and running. Note that the project currently requires you to have node and yarn installs locally. Will write up a short bash script to get all local dependencies installed for everyone if needed.
Show instructions
-
Install project dependencies:
$ yarn install
-
Run the server:
$ yarn start
-
TODO: