CV updated
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import express from "express";
|
||||
import userController from 'controllers/userController';
|
||||
import userController from 'backend/controllers/userController';
|
||||
import checkAuthenticated from 'backend/miscellaneous/checkAuthenticated';
|
||||
|
||||
const router = express.Router();
|
||||
|
||||
@@ -56,8 +56,8 @@
|
||||
{
|
||||
"title": "HW Developer",
|
||||
"company": "Spica International",
|
||||
"time": "17/03/2025 - CURRENT",
|
||||
"des": "Working on access menegment systems."
|
||||
"time": "17/03/2025 - 01/08/2025",
|
||||
"des": "Worked on access menegment systems. Programed integrated devices, based on Buildroot using c++ and python web server."
|
||||
},
|
||||
{
|
||||
"title": "Backend/Frontend",
|
||||
|
||||
8
build.sh
8
build.sh
@@ -1,7 +1,7 @@
|
||||
mkdir output
|
||||
hugo
|
||||
hugo -d output/public --minify
|
||||
bun build ./backend/app.ts --outfile=output/app.js --target=bun --minify
|
||||
bun build ./frontend/list/list.tsx --outfile=public/assets/build/list.js --minify
|
||||
bun build ./frontend/list/list.tsx --outfile=output/public/assets/build/list.js --minify
|
||||
|
||||
cp -r backend/views/ output/
|
||||
cp -r public/ output/
|
||||
|
||||
rm -rf resources
|
||||
15
bun.lock
15
bun.lock
@@ -1,16 +1,17 @@
|
||||
{
|
||||
"lockfileVersion": 1,
|
||||
"configVersion": 0,
|
||||
"workspaces": {
|
||||
"": {
|
||||
"name": "web",
|
||||
"dependencies": {
|
||||
"@types/express": "latest",
|
||||
"@types/morgan": "latest",
|
||||
"bun-types": "latest",
|
||||
"express": "latest",
|
||||
"hbs": "latest",
|
||||
"morgan": "latest",
|
||||
"typescript": "latest",
|
||||
"@types/express": "^5.0.3",
|
||||
"@types/morgan": "^1.9.10",
|
||||
"bun-types": "^1.2.22",
|
||||
"express": "^5.1.0",
|
||||
"hbs": "^4.2.0",
|
||||
"morgan": "~1.10.1",
|
||||
"typescript": "^5.9.2",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user