Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
vedang8 committed Jun 9, 2024
1 parent 2c407f8 commit aec2864
Show file tree
Hide file tree
Showing 16 changed files with 168 additions and 1 deletion.
2 changes: 2 additions & 0 deletions server/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ const sellCreditsRoute = require("./routes/sellCreditsRoute");
const bidsRoute = require("./routes/bidsRoute");
const notificationRoute = require("./routes/notificationRoute");

const path = require("path");
app.use(express.static(path.join(__dirname, "build")));
app.use(userRoute);
app.use(creditsFormRoute);
app.use(creditsRoute);
Expand Down
15 changes: 15 additions & 0 deletions server/build/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"files": {
"main.css": "/static/css/main.63a090a5.css",
"main.js": "/static/js/main.76cef23a.js",
"static/media/wallpaper.gif": "/static/media/wallpaper.18c53688164f7ca7a620.gif",
"static/media/carbontrading.jpg": "/static/media/carbontrading.d306919945d930c72917.jpg",
"index.html": "/index.html",
"main.63a090a5.css.map": "/static/css/main.63a090a5.css.map",
"main.76cef23a.js.map": "/static/js/main.76cef23a.js.map"
},
"entrypoints": [
"static/css/main.63a090a5.css",
"static/js/main.76cef23a.js"
]
}
Binary file added server/build/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions server/build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet"/><title>Carbon Credit Market Place</title><script defer="defer" src="/static/js/main.76cef23a.js"></script><link href="/static/css/main.63a090a5.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added server/build/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added server/build/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions server/build/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions server/build/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions server/build/static/css/main.63a090a5.css

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

Loading

0 comments on commit aec2864

Please sign in to comment.