remove mongoose
This commit is contained in:
parent
12b9e62f8f
commit
78d5e7507f
8
app.ts
8
app.ts
@ -5,14 +5,6 @@ import morgan from 'morgan'
|
||||
const hostname = '127.0.0.1';
|
||||
const httpPort = 4080;
|
||||
|
||||
var mongoose = require('mongoose');
|
||||
var mongoDB = "mongodb://127.0.0.1/my_database";
|
||||
mongoose.connect(mongoDB);
|
||||
mongoose.set('strictQuery', false);
|
||||
mongoose.Promise = global.Promise;
|
||||
var db = mongoose.connection;
|
||||
db.on('error', console.error.bind(console, 'MongoDB connection error:'));
|
||||
|
||||
const app = express();
|
||||
|
||||
app.set('views', path.join(__dirname, 'views'));
|
||||
|
@ -11,7 +11,6 @@
|
||||
"@types/morgan": "^1.9.9",
|
||||
"express": "^4.18.2",
|
||||
"hbs": "^4.2.0",
|
||||
"mongoose": "^7.5.2",
|
||||
"morgan": "~1.9.1",
|
||||
"mysql2": "^3.10.3"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user