Skip to content
Snippets Groups Projects
Commit fddb123f authored by Matt Kirby's avatar Matt Kirby
Browse files

cars dependency for driends service

parent f8180dc3
No related branches found
No related tags found
1 merge request!18Fe search and friends (sorry in advance)
import express, { Application } from 'express'
import { initializeRoutes } from './src/Startup/routes'
import { MongoConnectionProvider } from './src/Database/MongoConnectionProvider'
import cors from "cors";
import jwt from 'jsonwebtoken'
// Server configuration
const server:Application = express();
server.use(cors());
// InitaliseRoutes
initializeRoutes(server)
......
......@@ -11,12 +11,14 @@
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.1",
"nodemon": "^2.0.22",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment