n8e / frodo-cms

Angular v1.7, NodeJS, Express, MongoDB, Travis CI, Coveralls, Google Cloud Platform
https://frodo-cms.appspot.com/
MIT License
2 stars 3 forks source link

Frontend is missing #111

Open kbhagchandani opened 6 years ago

kbhagchandani commented 6 years ago

Hi,

Sorry for opening an issue. I have found your great project and installed it on my system. However when I am trying to view in browser I got following error:

(node:14715) DeprecationWarning: `open()` is deprecated in mongoose >= 4.11.0, use `openUri()` instead, or set the `useMongoClient` option if using `connect()` or `createConnection()`. See http://mongoosejs.com/docs/4.x/docs/connections.html#use-mongo-client
Express server listening on 3010, in development mode
Server connected to the database.
GET / 404 5.999 ms - 258
Error: ENOENT: no such file or directory, stat '/home/kapilb/frodocms/public/index.html'
    at Error (native)

I have run the bower and all libraries are installed, but looks like index.html is missing in public folder. Please help me.

n8e commented 5 years ago

Thanks @kbhagchandani . Currently working to correct this