/coffee

A react-native based personal assistant to make your life easier.

Primary LanguageJavaScript

coffee

coffee is your personal assistant who can keep all your important stuff in one place. May it be birthdays, to-dos or your daily expenses, coffee's got it covered!

Technology Stack

coffee uses React-Native for the front-end application while has Django on the back-end to manage and manipulate your data.

Installation

You need pip for installing the backend and npm or yarn for installing the frontend

Front-end:

cd frontend
yarn install
yarn start

Backend:

cd backend
pip(or pipenv) install -r requirements.txt
cd SubApp
python manage.py runserver 0.0.0.0:8000

app demo

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.