# ENVS
- HOST (for database)
- PORT (for db)
- NAME (name of db user)
- PASS (db password)
- DATABASE (db name)
- DEV (is development )
- SYNC (synchronize database schema, not recommended for prod)
- APP_PORT (PORT for server)
- NODE_ENV
DMQQ/life-server-app
Backend server for mobile app. Features user authentication, crud management of created resources, uploading files, push notifications with expo-notifications
TypeScript