Giter Club home page Giter Club logo

groceryaid's Introduction

Grocery Aid

App aiding grocery shopping in Finland

Running

To run locally:

  • Create environment files from samples:

    $ cp .env.sample .env
    $ cp .env.backend.sample .env.backend
    $ cp .env.db.sample .env.db
    
  • Edit the newly created environment files to fill in the necessary details (see the comments in the files)

  • Build and run

    $ docker-compose build --pull
    $ docker-compose up
    
  • Initialize

    $ docker-compose run backend groceryaid init
    $ docker-compose run backend groceryaid fetch-stores
    

groceryaid's People

Contributors

jasujm avatar

Watchers

 avatar

groceryaid's Issues

Better product picker

The product picker could be improved in several ways:

  • Validate that the input is a valid EAN before sending
  • Use the /stores/store_id}/procucts/{ean} endpoint to fetch info about the product being input, and show feedback about missing product / what product is being added even before sending the form
  • Autocomplete/search by name/EAN

etc. etc. etc.

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.