diff --git a/README.md b/README.md index 5eb349e1a..8ad8e07e6 100755 --- a/README.md +++ b/README.md @@ -1,38 +1,22 @@ -Assignment 5 - Databases and/or Components -=== - -Due: October 7th, by 11:59 AM. - -For this assignment you will complete one of the following tasks, based on your prior experience with the various technologies involved. - -1. Rework the server component from Assignment #3 to use MongoDB or some other NoSQL database (like CouchDB). You can remove Passport authentication if you choose, although this might be as much work as simply changing your Passport calls to use MongoDB. -2. Rework the client component from Assignment #3 to use Svelte in some capacity. -3. Rework the client component from Assignmeent #3 to use React in some capacity. - -For 2 and 3, make sure to look at [the notes from lecture 10](https://github.com/cs4241-19a/materials/blob/master/lecture10.markdown). - -This is really a chance for you to experiment with some additional web technologies that the prior assignments haven't covered yet: non-flatfile databases and web component frameworks. - -This project can be implemented on any hosting service (Glitch, DigitalOcean, Heroku etc.), however, you must include all files in your GitHub repo so that the course staff can view them; these files are not available for viewing in many hosting systems. - -Deliverables +Readme --- +Justin Cheng +https://a5-jchengz.glitch.me/ -Do the following to complete this assignment: +## Inspira - A Web App for Storing Quotes! -1. Implement your project with the above requirements. -3. Test your project to make sure that when someone goes to your main page on Glitch/Heroku/etc., it displays correctly. -4. Ensure that your project has the proper naming scheme `a5-yourname` so we can find it. -5. Fork this repository and modify the README to the specifications below. Be sure to add *all* project files. -6. Create and submit a Pull Request to the original repo. Name the pull request using the following template: `a5-gitname-firstname-lastname`. +Link: https://a5-jchengz.glitch.me/ -Sample Readme (delete the above when you're ready to submit, and modify the below so with your links and descriptions) ---- -## Your Web Application Title +**This is a rework of my A3 application to use MongoDB for the server to store the quotes.** Implementing MongoDB on the backend definitely made the development experience more interesting. This implementation improved the overall quality and robustness of the application, as it provides a better platform for handling changes and managing entries. This means that if the application was scaled upwards, the infrastructure for data storage and management would already exist. For the purposes of a small scale assignment, such an infrastructure is not really needed other than for proof of concept. -your hosting link e.g. http://a5-charlieroberts.glitch.me +**Application Description** -Include a very brief summary of your project here and what you changed / added to assignment #3. Briefly (3–4 sentences) answer hte folloiwn question: did the new technology improve or hinder the development experience? +The application itself allows the user to enter quotes and the author of quotes. There is a max of 20 characters for the authors name and +a max of 800 character for the quote. To access the application, you must use the google log-in **(yours, or slacked to the TAs from a3, or shown below)**. You will be able to view the quotes after logging in +add your own quotes or edit any quotes. Shown in the table of quotes (See All Quotes) is the the author followed by the quote, followed by the number of words (wordcount) in the +quote. To "log out" close the window or hit the exit button. -Unlike previous assignments, this assignment will be solely graded on whether or not you successfully complete it. Partial credit will be generously given. \ No newline at end of file +**Credentials** +Username: a3jchengztest@gmail.com +Password: jchengz123 \ No newline at end of file