Skip to content

mountain-hackers/svaasthy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.