initial commit
parents
Showing
.dockerignore
0 → 100644
.env
0 → 100644
.gitignore
0 → 100644
.gitlab-ci.yml
0 → 100644
.idea/cloudl-client.iml
0 → 100644
.idea/encodings.xml
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
This diff is collapsed.
Dockerfile
0 → 100644
README.md
0 → 100644
client
0 → 100644
This diff is collapsed.
client.gif
0 → 100644
This diff is collapsed.
nginx/nginx.conf
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "cloudl", | |||
"version": "0.1.0", | |||
"private": true, | |||
"dependencies": { | |||
"@material-ui/core": "^4.3.3", | |||
"axios": "^0.19.0", | |||
"classnames": "^2.2.6", | |||
"is-empty": "^1.2.0", | |||
"jwt-decode": "^2.2.0", | |||
"material-table": "^1.50.0", | |||
"mongoose": "^5.6.10", | |||
"react": "^16.9.0", | |||
"react-bootstrap": "^0.32.4", | |||
"react-dom": "^16.9.0", | |||
"react-file-drop": "^0.2.8", | |||
"react-redux": "^7.1.0", | |||
"react-router-bootstrap": "^0.25.0", | |||
"react-router-dom": "^5.0.1", | |||
"react-scripts": "3.1.1", | |||
"redux": "^4.0.4", | |||
"redux-thunk": "^2.3.0", | |||
"socket.io-client": "^2.2.0" | |||
}, | |||
"scripts": { | |||
"start": "chmod +x ./env.sh && ./env.sh && cp env-config.js ./public/ && react-scripts start", | |||
"build": "react-scripts build", | |||
"test": "react-scripts test", | |||
"eject": "react-scripts eject", | |||
"proxy": "http://localhost:5000" | |||
}, | |||
"eslintConfig": { | |||
"extends": "react-app" | |||
}, | |||
"browserslist": { | |||
"production": [ | |||
">0.2%", | |||
"not dead", | |||
"not op_mini all" | |||
], | |||
"development": [ | |||
"last 1 chrome version", | |||
"last 1 firefox version", | |||
"last 1 safari version" | |||
] | |||
} | |||
} |
public/favicon.ico
0 → 100644
3.78 KB
public/index.html
0 → 100644
public/logo192.png
0 → 100644
5.22 KB
public/logo512.png
0 → 100644
9.44 KB
public/manifest.json
0 → 100644
public/robots.txt
0 → 100644
src/App.css
0 → 100644
src/App.js
0 → 100644
src/App.test.js
0 → 100644
src/actions/authActions.js
0 → 100644
src/actions/jobActions.js
0 → 100644
src/actions/types.js
0 → 100644
src/containers/Dashboard.js
0 → 100644
src/containers/DragDrop.js
0 → 100644
src/containers/Home.css
0 → 100644
src/containers/Home.js
0 → 100644
src/containers/Jobs.js
0 → 100644
src/containers/Login.css
0 → 100644
src/containers/Login.js
0 → 100644
src/containers/NavBar.js
0 → 100644
src/containers/NotFound.css
0 → 100644
src/containers/NotFound.js
0 → 100644
src/containers/Register.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/reducers/authReducers.js
0 → 100644
src/reducers/index.js
0 → 100644
src/serviceWorker.js
0 → 100644
src/store.js
0 → 100644
src/utils/PrivateRoute.js
0 → 100644
src/utils/setAuthToken.js
0 → 100644
src/utils/webSocket.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.