diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..1dcef2d9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules +.env \ No newline at end of file diff --git a/README.markdown b/README.markdown index 4207911c..fa29c16c 100644 --- a/README.markdown +++ b/README.markdown @@ -1,116 +1,30 @@ Assignment 3 - Persistence: Two-tier Web Application with Database, Express server, and CSS template === -Due: September 23th, by 11:59 AM. +## BoarderLine +Server link: https://salty-ridge-71972.herokuapp.com/ -This assignnment continues where we left off, extending it to use the most popular Node.js server framework (express), -a database (mongodb), and a CSS application framework / template of your choice (Boostrap, Material Design, Semantic UI, Pure etc.) +The idea of this application is a quick and easy way to write and review small text blurbs. Write small notes and share with others who can write comments about it! -Baseline Requirements ---- +Originally, I wanted to make something like google docs that would allow people to share small bits of text and review it with others. The real-time connection to have multiple people editing a document seemed out of the scope of this project so I scaled back to just having one owner with many reviewers. -Your application is required to implement the following functionalities: - -- a `Server`, created using Express (no alternatives will be accepted for this assignment) -- a `Results` functionality which shows all data associated with a logged in user (except passwords) -- a `Form/Entry` functionality which allows users to add, modify, and delete data items (must be all three!) associated with their user name / account. -- Use of at least five [Express middleware packages](https://expressjs.com/en/resources/middleware.html). Explore! One of these five middleware -can be a custom function that you write yourself; if you choose to do this, make sure to describe what this function is in your README. -- Persistent data storage in between server sessions using [mongodb](https://www.mongodb.com/cloud/atlas) -- Use of a [CSS framework or template](https://github.com/troxler/awesome-css-frameworks). -This should do the bulk of your styling/CSS for you and be appropriate to your application. -For example, don't use [NES.css](https://nostalgic-css.github.io/NES.css/) (which is awesome!) unless you're creating a game or some type of retro 80s site. - -Your application is required to demonstrate the use of the following concepts: - -HTML: -- HTML input tags and form fields of various flavors (`