Skip to content

andipro123/coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors