first commit

This commit is contained in:
Daniel
2023-02-02 00:43:27 +02:00
commit 679d857570
29 changed files with 3540 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "jobs",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mongoose": "^5.13.15"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}