mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-19 23:19:50 +00:00
backend/frontend init
This commit is contained in:
parent
518c975791
commit
4f44b171b9
24 changed files with 11303 additions and 0 deletions
24
code/backend/package.json
Normal file
24
code/backend/package.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.5.0",
|
||||
"express": "^5.1.0",
|
||||
"pg": "^8.15.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^5.0.1",
|
||||
"@types/node": "^22.15.2",
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-node-dev": "^2.0.0",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node src/server.ts",
|
||||
"build": "tsc",
|
||||
"dev": "ts-node-dev --respawn src/server.ts"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue