Skip to content

first commit#17

Open
javalos45 wants to merge 2 commits intocode-differently:mainfrom
javalos45:main
Open

first commit#17
javalos45 wants to merge 2 commits intocode-differently:mainfrom
javalos45:main

Conversation

@javalos45
Copy link
Copy Markdown

No description provided.

Copy link
Copy Markdown
Contributor

@kburd kburd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome work! Next step is to pull and display pokemon data instead of customer data. Keep up the great work!

@@ -0,0 +1,3 @@
USE classicmodels;

SELECT * FROM customers; No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need the sql used to create your pokemon database here

@@ -0,0 +1,31 @@
// let mysql = require("mysql");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove this file if it only contains commented out code

const express = require('express')
const app = express()
const port = 3000
// // const express = require('express')
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You moved all the backend logic to rest/index.js so you can delete this file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants