mirror of
https://github.com/detleph/server.git
synced 2026-09-05 23:44:18 +02:00
Added Event Endpoints; Dotenv; npm Scripts
+ GET /events/ + POST /events/
This commit is contained in:
+4
-1
@@ -4,7 +4,9 @@
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "ts-node src/app.ts",
|
||||
"dev": "nodemon src/app.ts"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -18,6 +20,7 @@
|
||||
"homepage": "https://github.com/detleph/server#readme",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^3.2.1",
|
||||
"dotenv": "^10.0.0",
|
||||
"express": "^4.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user