Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 656 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 656 Bytes

Svaasthy

Svaasthy is a card-based health information storage provider.

Svaasthy

Execution

Front-end

Install the dependencies.

npm ci

Fire up the development server.

npm start

Back-end

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.

Made with ❤ by Kanak, Deepak, Ankita, and Param.