Coder Social home page Coder Social logo

lunchbox's Introduction

Lunchbox

A web portal that connects local home masterchefs with people who wish to eat healthy home cooked meals but are too busy to cook daily.

Check it out here - bit.ly/lunchbox-app (Currently Unavailable - Work in progress. Stay tuned for a new look)

Demo

lunchbox.demo.mp4

Commands

Kill flask process

ps aux | grep 'python' kill -9 <PID>

heroku python

heroku run python -a lunchbox-app

heroku psql

heroku pg:psql -a lunchbox-app

local psql

psql lunchbox postgres

heroku open

heroku open -a lunchbox-app

migrate db

flask db stamp head flask db migrate flask db upgrade

create tables

from app import db db.create_all() exit()

ALTER TABLE meals ADD COLUMN create_time_holder TIMESTAMP without time zone NULL;

UPDATE meals SET create_time_holder = updated_at::TIMESTAMP;

ALTER TABLE meals ALTER COLUMN updated_at TYPE TIMESTAMP without time zone USING create_time_holder;

ALTER TABLE meals DROP COLUMN create_time_holder;

Links

https://flask-sqlalchemy.palletsprojects.com/en/2.x/queries/

Video

https://www.youtube.com/watch?v=w25ea_I89iM&t=297s

lunchbox's People

Contributors

shanbhag10 avatar

Stargazers

 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.