/bits-n-grow

Habitify clone

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Habitify Clone

Setting up

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

TODO

  • Get the basic configured
  • Write the backend
  • Get models and cruds straight
  • Init React with Redux