Skip to content

PotatoCider/productive_cats

Repository files navigation

productive_cats

Demo: https://www.youtube.com/watch?v=mvqg0_AQmoc


Productive Cats Demo

GitHub: https://github.com/gohjoseph/productive_cats

An android app designed to keep you productive with with collectible cats.

Getting Started

  1. Install Flutter and Flutter/Dart Plugins in your IDE
  2. Setup Appwrite server (v0.12.1) behind a public domain
  3. Create two databases, "Users" (role:all perms) and "Cats" (role:member) with collection r/w perms
  4. Create user collection attributes:
  • email (type: email, required)
  • username (type: string, required)
  • coins (type: integer, required)
  • name (type: string)
  • user_id (type: string, required)
  1. Create user collection indexes:
  • user_id (type: unique, attr: user_id ASC)
  1. Create cat collection attributes:
  • file (type: string, required)
  • owner (type: string)
  • price (type: double, required)
  • name (type: string, required)
  • level (type: integer, required)
  • max_happiness (type: integer, required)
  • max_fitness (type: integer, required)
  • id (type: string, required)
  • preferences (type: string, required)
  • experience (type: double, required)
  1. (Optional) Enable Google OAuth2

  2. Add platform (com.example.productive_cats)

  3. Setup .env file with appropriate data

  4. Run app

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages