Kafei is a friendly online platform that encourages users to network and support their favorite content creators for the price of a ka-fei (coffee). Inspired by buymeacoffee.
Check out the app: 🌟 Live Demo
- React
- React & Redux Hooks for State Management
- HTML5
- CSS3
- Sass
- JavaScript
- Python
- Flask
- REDBMS = PostgreSQL
- ORM = SQLAlchemy
- Clone the repository.
- Run
pipenv installon the terminal from the root directory. - Run
pipenv run flask runto start up the backend server. - Open a new terminal, and navigate to react-app directory from the root directory with
cd react-app. - Run
npm installto install all frontend dependencies. - Run
npm startto start up the app. - Access http://localhost:3000/.
