https://github.com/mdzhang/burns-depression
A site to take the Burns Depression quiz and track your results over time
https://github.com/mdzhang/burns-depression
antdesign expo react react-native supabase supabase-auth supabase-storage vercel vercel-deployment
Last synced: 2 months ago
JSON representation
A site to take the Burns Depression quiz and track your results over time
- Host: GitHub
- URL: https://github.com/mdzhang/burns-depression
- Owner: mdzhang
- Created: 2022-07-03T00:23:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T17:54:15.000Z (over 2 years ago)
- Last Synced: 2025-07-02T13:12:03.320Z (12 months ago)
- Topics: antdesign, expo, react, react-native, supabase, supabase-auth, supabase-storage, vercel, vercel-deployment
- Language: TypeScript
- Homepage: https://amisad.com/
- Size: 703 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Burns Depression
See subdirectory READMEs.
| Domain |
| ----------- |
| [frontend](./frontend/README.md) |
| [backend](./backend/README.md) |
| [infrastructure](./infrastructure/README.md) |
| [mobile](./mobile/README.md) |
## Development
1. Edit `/etc/hosts` to have `127.0.0.1 dev.amisad.com`
1. Start with docker:
```sh
docker-compose up -d
```
1. Go to
1. If 's certificate is not trusted:
- run `open 'development/nginx/server.crt'`
- double click on certificate in Keychain Access and set "Trust" to "Always Trust"