From 816117ce10038900c0ce3291435bf0e19ac26c04 Mon Sep 17 00:00:00 2001 From: Yuchen112211 <55814652+Yuchen112211@users.noreply.github.com> Date: Tue, 13 Apr 2021 17:05:59 -0700 Subject: [PATCH] Yuchen Code Review Based on your application page, I really like your CSS styles and special effects, looks dashing. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8635cc..35bc93f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ npm install in order to download the dev tools and packages used in this application. We used Prettier to format this code and the project was linted with ESLint. In order to get the MongoDB working, create a ".env" file in your project folder. Create variables in the .env file called MONGO_URL and SESSION_SECRET and set it equal to your Mongo connection string and secret phrase respectively. To run this program open up terminal to the main folder and another terminal window then cd frontend. In main use: - + ``` npm test ```