judychuepursuit / social-media-pair-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://github.com/judychuepursuit and https://github.com/RK-404/

👋🏻 Hello, Welcome to The Top Social Media App 👋🏻

Team Pair Project by Judy Chue & Ridwan Robin

Top Social Media App

This “top-socialmedia-app" is the frontend app portion (REACT) that pairs with the "social-media-pair-app" (backend app, EXPRESS) for the Project named:

Social Media App

top-socialmedia-app Index page

My Trello Board:

Here are the Github repository links: Front and Back end The Social Media App:

This App applies the PERN Stack & 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 /apps : Returns a list of all Apps.
  • POST /apps : Creates a new App.
  • GET /apps/:id : Returns the App with the specified ID.
  • PUT /apps/:id : Updates the App with the specified ID.
  • DELETE /apps/:id : Deletes the App with the specified ID.

Social Media 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 be viewed on the local host.

Social Media App Backend

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

contact info:

We would be excited to hear of any work Collaboration and opportunities!

As beginner Full-Stack web developers we are seeking and are open to collaborating on work projects. Feel free to reach out to us if you have any job opportunities that you think either of us would be a good fit for. You can also reach out and open an issue or submit a pull request to this repository.

About


Languages

Language:JavaScript 100.0%