Skip to content
Snippets Groups Projects
Commit fae7e7c2 authored by AF7626's avatar AF7626
Browse files

added folders to the project

parent cd435495
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,8 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
"start": "node server.js",
"dev":"nodemon server.js"
},
"author": "",
"license": "ISC",
......
......@@ -17,9 +17,11 @@ app.use(cors());
app.get("/", (req,res) => {
res.send("Hello its time to ride");
res.send("Hello its time to ride hello");
})
app.listen(port, () => {
console.log("server is running",port);
})
\ No newline at end of file
})
//npm start dev
\ No newline at end of file
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