Hi all,
I am stuck on the beginning of API and node.js project in FCC.
the first lesson, I am unable to complete it.
Here is my code in glitch
{
"author": "Maneesh Kumar",
"name": "hello-express",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.16.4"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}
then I copied the glitch app url and tested on the FCC site. After running test, it does not gives error but i am unable to complete the test .
I need you guys help.
Thanks