Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (10 loc) · 1.13 KB

Your final project name goes here

Your team member names and uic emails go here

Your GitHub repository link goes here

If you have a private repository, please add kaytwo and sauravjoshi as collaborators.

What does your application do?

What makes it different than a CRUD app? I.e., what functionality does it provide that is not just a user interface layer on top of a database of user information,and the ability to view / add to / change that information?

What security and privacy concerns do you expect you (as developers) or your users to have with this application?

This repository

This repository has a package.json that functions as a blank shell that gets full credit if you turn it in to the gradescope autograder. We will not be using the autograder in any way to actually evaluate your project, it is just there to keep track of your initial submission.

We recommend that you use this repository for your final project code. This will allow you to ask questions on Piazza and get help from the TAs and instructors. Adding a real linter, type checker, etc, based on our other examples would be a good idea.