Skip to content

Commit

Permalink
feat : signup api test
Browse files Browse the repository at this point in the history
  • Loading branch information
bicco2 committed Jul 17, 2022
1 parent 9afced4 commit 1cffd81
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 177 deletions.
1 change: 1 addition & 0 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "frontend",
"version": "0.1.0",
"proxy": "http://localhost:8080",
"private": true,
"dependencies": {
"@babel/core": "^7.18.6",
Expand All @@ -14,6 +15,7 @@
"@types/react": "^18.0.15",
"axios": "^0.27.2",
"express": "^4.18.1",
"http-proxy-middleware": "^2.0.6",
"mysql": "^2.18.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -25,7 +27,7 @@
},
"scripts": {
"start": "WATCHPACK_POLLING=true react-scripts start",
"dev":"react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
Expand Down
Loading

0 comments on commit 1cffd81

Please sign in to comment.