From 920978e606799acda8484694c685b153a513cfc0 Mon Sep 17 00:00:00 2001 From: d-d-wolfe Date: Thu, 25 Jun 2020 18:32:18 -0700 Subject: [PATCH 1/2] updated the readme --- README.md | 38 +++++++++++++++++++++++++++++++++++++- 1 file changed, 37 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8272618..cf68364 100644 --- a/README.md +++ b/README.md @@ -1 +1,37 @@ -# auth-server \ No newline at end of file +# LAB - Class 11, 13, 14 + +## Project: Auth Server + +### Author: Dave Wolfe + +### Links and Resources + +- [submission PR](https://github.com/wolfes-401-advanced-javascript/auth-server/pull/3) +- [ci/cd](http://xyz.com) (GitHub Actions) +- [back-end server url](http://xyz.com) (when applicable) +- [front-end application](http://xyz.com) (when applicable) + +### Setup + +#### `.env` requirements (where applicable) + +i.e. + +- `PORT` - 3000 +- `MONGODB_URI` - URL to the running mongo instance/db + +#### How to initialize/run your application (where applicable) + +- e.g. `node index.js` + +#### How to use your library (where applicable) + +#### Tests + +- How do you run tests? +- Any tests of note? +- Describe any tests that you did not complete, skipped, etc + +#### UML + +Link to an image of the UML for your application and response to events From 136c03f17a64b2dec0ecf7a1a21241b939abe659 Mon Sep 17 00:00:00 2001 From: d-d-wolfe Date: Thu, 25 Jun 2020 18:33:21 -0700 Subject: [PATCH 2/2] updated the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf68364..01337f1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### Links and Resources -- [submission PR](https://github.com/wolfes-401-advanced-javascript/auth-server/pull/3) +- [submission PR](https://github.com/wolfes-401-advanced-javascript/auth-server/pull/4) - [ci/cd](http://xyz.com) (GitHub Actions) - [back-end server url](http://xyz.com) (when applicable) - [front-end application](http://xyz.com) (when applicable)