Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lanceseidman/immi
It's My Medical Information
https://github.com/lanceseidman/immi
Last synced: 4 days ago
JSON representation
It's My Medical Information
- Host: GitHub
- URL: https://github.com/lanceseidman/immi
- Owner: lanceseidman
- License: apache-2.0
- Created: 2024-08-07T00:46:11.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T10:18:21.000Z (5 months ago)
- Last Synced: 2024-11-09T01:47:50.654Z (about 2 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# immi
It's My Medical Information## MongoDB/Docker Start
`sudo docker compose up -d` [ENTER]## Run Application (MONGO MUST RUN FIRST)
`node src/app.js` [ENTER]## Create .env in src
MONGO_URI=mongodb://root:leeth4x0r@localhost:27017/immi?authSource=adminPORT=5000
WORLDCOIN_API_KEY=
WORLDCOIN_CLIENT_ID=app_staging_
WORLDCOIN_CLIENT_SECRET=sk_
WORLDCOIN_REDIRECT_URI=https://localhost/callback
JWT_SECRET=your_jwt_secret
AUTH0_SECRET=
AUTH0_CLIENTID=
AUTH0_BASEURL=https://localhost
AUTH0_ISSUERBASEURL=
## Run with SSL
`sudo caddy reverse-proxy --from localhost:443 --to localhost:5000` [ENTER]## Troubleshooting
1. MongoDB Logs: `sudo docker compose logs mongodb` [ENTER]