Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiishme/mednet
A cloud-based platform to digitized health center.
https://github.com/ashiishme/mednet
express javascript json node-js nodejs pug
Last synced: about 1 month ago
JSON representation
A cloud-based platform to digitized health center.
- Host: GitHub
- URL: https://github.com/ashiishme/mednet
- Owner: ashiishme
- Created: 2019-07-20T09:25:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:03:50.000Z (about 2 years ago)
- Last Synced: 2024-05-01T18:45:10.935Z (8 months ago)
- Topics: express, javascript, json, node-js, nodejs, pug
- Language: JavaScript
- Homepage:
- Size: 737 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MedNet
A cloud-based platform to digitized health center developed for Everest Hack 2019.
## Running Locally
Make sure you have Node.js installed.
```
> git clone https://github.com/ashiishme/mednet.git # or clone your own fork
> cd mednet
> npm install
> node app
```
Your app should now be running on `http://localhost:3000/`