From facedb9ca839f173b8853e2ab98e616adbd1e65b Mon Sep 17 00:00:00 2001 From: Ethan Bonsignori Date: Mon, 19 Feb 2024 14:33:44 -0800 Subject: [PATCH] update README's --- client/README.md | 4 +--- server/README.md | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/client/README.md b/client/README.md index 3773fc4..377e0dd 100644 --- a/client/README.md +++ b/client/README.md @@ -1,8 +1,6 @@ # UserVote Client -## Description - -UserVote is an application that allows users to vote on a list of features they'd like to see added to a product or service. The application is designed to be used by a company to gather feedback from their customers and allow them to vote on what matters most to them using a simple upvote button. UserVote is a "wide but shallow" project to demonstrate a variety of technologies and best practices. The client is built with TypeScript, React, React-Query, and Material UI. +The client for UserVote. Built with TypeScript, React, React-Query, and Material UI. ## Requirements diff --git a/server/README.md b/server/README.md index f0c7c07..23d17f1 100644 --- a/server/README.md +++ b/server/README.md @@ -1,8 +1,6 @@ -# uservote-api +# UserVote Server -## Description - -FastAPI based API for uservote project. +FastAPI, Motor/MongoDB based API for UserVote. ## Requirements