Svaasthy is a card-based health information storage provider.
Install the dependencies.
npm ciFire up the development server.
npm startInstall the dependencies.
npm ciFire up the server.
# MongoDB URI
export DB='mongodb://uri/to/db' # Uses localhost/carddb by default
npm startThe application will be accessible on http://localhost:3000.
