judychuepursuit / my-express-yoga-app

Full Stack MOD 4 Portfolio

Home Page:https://my-react-yoga-app.onrender.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/judychuepursuit

🧘‍♀️ Hello, Welcome to My-Yoga-Poses-App

Project developed and designed by Judy Chue

🙏 Yoga-Poses-App

my-react-yoga-app is the frontend app portion (REACT) that pairs with the my-express-yoga-app backend app (EXPRESS) for the Project named: My-Yoga-Poses-App

Yoga-Poses-INDEX-pg:

my-yoga-poses-app Index page

Yoga Trello Board:

contact me to request access to board

YOGA-TRELLO BOARD

Yoga Poses App Wire Frame:

YOGA APP_WIRE FRAME

Here are the Github repository links: Yoga-Poses-app::

  • Deployed_APP: Yoga Poses App

  • Backend_URL: https://github.com/judychuepursuit/my-express-yoga-app

  • Frontend_URL: https://github.com/judychuepursuit/my-react-yoga-app
  • 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.

    my-react-yoga-app 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.

    my-express-yoga-app Backend

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

    contact info:

    Open for collaboration or work opportunities!

    As beginner Full-Stack web developers 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

Full Stack MOD 4 Portfolio

https://my-react-yoga-app.onrender.com/


Languages

Language:JavaScript 100.0%