Skip to content
Snippets Groups Projects
Commit 1bca54d5 authored by jamie michel's avatar jamie michel
Browse files

working DB-kek

parent 5dc346ca
No related branches found
No related tags found
1 merge request!2Database
...@@ -3,7 +3,7 @@ const bodyParser = require('body-parser'); ...@@ -3,7 +3,7 @@ const bodyParser = require('body-parser');
const request = require('request'); const request = require('request');
const app = express() const app = express()
const port = 3000; const port = 80;
// Get the mongodb url // Get the mongodb url
var MongoClient = require('mongodb').MongoClient; var MongoClient = require('mongodb').MongoClient;
......
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