Application project in Mongo-Express-Angular-Node
this project only contains the dist folder created with angular, to see the full project go to https://github.com/Rollkran/hackernewsfull
Mongodb db: hnews, collection: news, requires a mongo database running locally in default 27017 port.
server run in port 3000 (Default)
To force the first load of the database you must go to the following link:
http://localhost:3000/api/hacker
for run project: npm start.
create by Enrique Codecido García