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