rbuchmeier / nordicNumbers

0 stars 0 forks source link

Document how to start the application #59

Open murtys opened 7 years ago

murtys commented 7 years ago

This is unclear to me.

EDIT:

It looks like it is supposed to work with node app.js in the terminal, but I am getting errors. I think there may be some missing steps in the installation documentation.

murtys commented 7 years ago

It looks like I had to install MongoDB. I think this would be a useful addition to the documentation, along with any version requirements for Mongo.

murtys commented 7 years ago

I think that it would also be useful to indicate that you have to navigate to /api as the root url.

EDIT:

This is not the root url of the application, see below.

murtys commented 7 years ago

I also am having trouble figuring out how to load data into the app to make it do something.

EDIT:

There is a README in the /src/scripts folder with this information. It may be useful to mention this README in the main project README.

murtys commented 7 years ago

Also, are there pages in the src directory that are supposed to be accessible such as /src/client/index.html'?

EDIT:

It looks like the actual app can be accessed at localhost:3000/client/index.html. I strongly recommend adding this to the documentation.