startersacademy / fullstack-project-01

Learning Management System
MIT License
0 stars 5 forks source link

added my initial submission for iss44, does not have much functionality #59

Open neilchokriwala opened 9 years ago

neilchokriwala commented 9 years ago

This is not a complete version at all. I am trying to get coaches to review this, and try to help me understand what is wrong with this code as it is.

neilchokriwala commented 9 years ago

The issue I am having is that I would like to see the gui button Delete. I can not see that. I also tried to add a sample message that will display in html. I am not sure which html address to put in as well. I

jadedsurfer commented 9 years ago

You need to enable your router in client/spa/js/main.js. An example of how to do that is in the comments. To see your module in action, you need to use localhost:3000/spa/index#students/1 (assuming that you have a student in your database with the id of 1. Try that and let us know how it goes.

neilchokriwala commented 9 years ago

thanks Todd, I really appreciate it