/angular_two_resource_rest

401d7 Code Fellows assignment to add angular CRUD to a two resource REST api previously made

Primary LanguageJavaScriptMIT LicenseMIT

angular_two_resource_rest

401d7 Code Fellows assignment to add angular CRUD to a two resource REST api previously made

To install

Once you clone the repo down locally, type:

>npm i

to build the web client, type:

>gulp build

To test

To build the tests and run the server-side and client-side tests, in your command line prompt type:

>gulp test

To run

to use the client, you need to start the server and the client. Type in one terminal:

>node api-server.js

In another terminal, type:

>node static_server.js

Then, in your web browser, navigate to:

localhost:8080

Acnknowledgements

I got help with the cancel editing functionality from Ben Harding