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 ```