Make a postgres database for the App.
Config File must be in below format
django_api_key : <django-key-here>
database:
name: habitify
host: localhost
user: ...
password: ...
port : 5432
Get the basic configuredWrite the backend- Get models and cruds straight
- Init React with Redux