judychuepursuit / budget-app-front-2

test app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/judychuepursuit

👋🏻 Hello, Welcome to My-Budget-App 💰

Project developed and designed by Judy Chue

My-Budget-App

budget-app-front-2 is the frontend app portion (REACT) that pairs with the budgeting-app-2 backend app (EXPRESS) for the Project named: My-Budgeting-App

My-Budget-App Home_pg:

my-budget-app Home page

My Trello Board:

contact me to request access to board

BUDGET APP TRELLO BOARD

My Budget App Sketch:

MY BUDGET APP_Sketch

Here are the Github repository links: budgeting-app

  • DATABASE_URL: https://github.com/judychuepursuit/budgeting-app

  • DATABASE_URL: https://github.com/judychuepursuit/budget-app-front-2
  • This App applies the C-R-U-D points.

    HTTP Methods: HTTP methods are also called verbs. They are types of requests you can make to a server. The four most common ones are listed below:

    • GET /transactions: Returns a list of all transactions.
    • POST /transactions: Creates a new transaction.
    • GET /transactions/: id: Returns the transaction with the specified ID.
    • PUT /transactions/: id: Updates the transaction with the specified ID.
    • DELETE /transactions/: id: Deletes the transaction with the specified ID.

    budget-app-front: Frontend

    The REACT app uses the following installs and dependencies: axios, react, react-dom, react-router-dom in order to connect to the back end and the request(s) be viewed on the local host or deployed sites.

    budgeting-app: Backend

    The EXPRESS app (use git init -y) uses the following installs and dependencies: express, nodemon, dotenv, cors also add a ‘VALIDATIONS” folder (checks apps) . This App requires a db folder that has a dbconfig.js, schema.sql (contains the table “INFORMATION”) and a seed.sql file (contains the files “VALUES”). Include a .env file and type in the PORT=30xx (edit the last digits accordingly). Note: Make sure that the .env file has been correctly saved inside the main folder.

    contact info:

    Open to collaboration or work opportunities.

    As beginner Full-Stack web developer I am seeking and am open to collaborating on work projects. Feel free to reach out to me if you have a project or role in mind. You can also reach out and open an issue or submit a pull request. To this repository.

About

test app


Languages

Language:JavaScript 72.8%Language:CSS 18.0%Language:HTML 9.1%