Coder Social home page Coder Social logo

productive_cats's Introduction

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

productive_cats's People

Contributors

potatocider avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.