web project details

2
Hello I have 2 web application small projects that's required done ASAP !! I will send the information for the projects for you. Please let me know if you are able to help me or ask me if you have a question regarding the projects. 1. Fortune Cookies Create a web application that displays "fortune cookie" type fortunes. The application needs to provide the user with the ability to: o Create a new fortune o View a list of all existing fortunes o View a single random fortune The webapp should provide both a web-based view, and an API. The web-based view may use either generated HTML (via templates), or it may use JavaScript to speak to the API . 2. Tracks Create a web app which allows the user to interact with the Chinook database. The web application should provide the user with a way to view all tracks in the database, view all tracks by a particular artist, or view one particular track in detail. The application needs to expose both a web client and an API. The web client may use generated HTML (via templates), or it may use JavaScript to access the web API. I think I have do the homework on Plunker/Nitrous/JSbin webpage and ,for the second homework, I can give you the Chinook databases. Thank you I will send you the chinook database. Let me know whatelse I can do for you it might be okay not using Pluner/Nitrous. You can just send me files/sources of the assignments.

Upload: subrat-dash

Post on 18-Aug-2015

3 views

Category:

Education


1 download

TRANSCRIPT

Page 1: Web project details

Hello

I have 2 web application small projects that's required done ASAP !!

I will send the information for the  projects for you.

Please let me know if you are able to help me or ask me if you have a question regarding the projects.

1. Fortune Cookies

Create a web application that displays "fortune cookie" type fortunes. The application needs to

provide the user with the ability to:

o Create a new fortune

o View a list of all existing fortunes

o View a single random fortune

The webapp should provide both a web-based view, and an API.

The web-based view may use either generated HTML (via templates), or it may use JavaScript to

speak to the API

.

2. Tracks

Create a web app which allows the user to interact with the Chinook database. The web application

should provide the user with a way to view all tracks in the database, view all tracks by a particular

artist, or view one particular track in detail.

The application needs to expose both a web client and an API. The web client may use generated

HTML (via templates), or it may use JavaScript to access the web API.

I think I have do the homework on Plunker/Nitrous/JSbin webpage and ,for the second homework, I

can give you the Chinook databases.

Thank you

 I will send you the chinook database. Let me know whatelse I can do for you

it might be okay not using Pluner/Nitrous.You can just send me files/sources of the assignments.

https://bitbucket.org/mrtjwarren/s2015-csc341-chat/src/69649786a4b74466098978014a6d40bb237ba183?at=master

From the link above, you can find example of the last topic that I have been through for the class.

Page 2: Web project details

https://chinookdatabase.codeplex.com/wikipage?title=Chinook_Schema&referringTitle=Documentation

This is Chinook database 1.1 - 1.3 illustration.

we used sqlite

and ajax was covered really little bit but only for the assignment json load thing

I personally didn't use ajax and jquery. I just stick to javascript

But you can use ajax

i just remember we used sqlitestudio