-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create,cancel, update a Special Interest Group for IEEE DTU #1
base: master
Are you sure you want to change the base?
Conversation
Hi @shubhi-sareen |
I have worked in Javascript for the first time. It would be of great help On 23 Jul 2016 14:08, "Saksham Saxena" [email protected] wrote:
|
Okay. It's throwing syntax error. Also, if you saw the Blueprint API, you'll see that there is a convention for naming the Controller and Model files. That's missing in your commit, because they're both named differently. I'm looking into the syntax part currently, so will let you know soon. |
Okay..Thanks! On 23 Jul 2016 14:50, "Saksham Saxena" [email protected] wrote:
|
Most probably your model isn't passing the automatic validation. Apart from that, RESTful operations mentioned in the Blueprint API are already defined, so you don't even need to write those in the controller. That's why I preferred Sails for production, because the common part is already implemented nicely. |
Thanks On Sat, Jul 23, 2016 at 3:37 PM, Saksham Saxena [email protected]
|
I am not sure about the correctness of the code, as I have coded in javascript for the first time. But I hope it gives a clear idea of what I wanted to do.