GithubHelp home page GithubHelp logo

groupscratchproject's Introduction

groupscratchproject

git remote

// "start": "webpack serve  --hot --open",
// "build": "webpack --config webpack.config.js --mode production"

Front End

  • Ability to enter data and send it to the backend (POST). Create function to send this data onclick of Button

Expenses Price Vendor Category (food, clothes, etc) Date

Bank Information Liquid Cash Bank Name

Investments Broker -Stock Value 401k -401k Value

Debt Credit Card Debt -Debt Value Student Loans -Student Loan Amount

-Receive data from backend to display on page (GET) with onclick function- -Remove expenses by sending (DELETE) request from backend, also refreses display with new updated data?

Server - Get request: get data that has already been inputed (loads on start) - Post request: for inputing data - Delete request: delte inputed data -

Controller

Backend - setup sql database (what one?) /* install pg

Model require pool pg get uri from elephant create new instance of pool using connection string export pool

Controller

setup controller

[SQL QUERY]

CREATE TABLE expense ( Vendor varchar(255), Amount int, Date date, Category varchar(255) );

INSERT INTO expense (Vendor, Amount, Date, Category) VALUES (YachtSales, 20000000, CURRENT_DATE, Luxury);

groupscratchproject's People

Contributors

danecorpion avatar kris-sorensen 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.