diff --git a/README.md b/README.md index 318a3bf..31d4c30 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Local User Testing: - npm run migrate:dev - npx prisma generate - npm run setup:env + -- this creates the .env file. It auto generates a new JWT_SECRET variable using "require('crypto').randomBytes(32).toString('hex')" so feel free to generate a new one if you'd like. - npm run seed:dev - npm run dev diff --git a/docs/Testing/Testing.docx b/docs/Testing/Testing.docx new file mode 100644 index 0000000..dd46a6a Binary files /dev/null and b/docs/Testing/Testing.docx differ diff --git a/docs/design/Phase_1-Design_Document.docx b/docs/design/Phase_1-Design_Document.docx deleted file mode 100644 index 6ae1dc9..0000000 Binary files a/docs/design/Phase_1-Design_Document.docx and /dev/null differ diff --git a/docs/design/Roadmap.docx b/docs/design/Roadmap.docx deleted file mode 100644 index 705ef90..0000000 Binary files a/docs/design/Roadmap.docx and /dev/null differ diff --git a/docs/openapi.yaml b/docs/openapi.yaml index 5b55f3b..2004dbd 100644 --- a/docs/openapi.yaml +++ b/docs/openapi.yaml @@ -574,7 +574,7 @@ components: id: type: integer readOnly: true - example: 1 + example: 2 name: type: string example: A Task Manager @@ -605,10 +605,10 @@ components: properties: name: type: string - example: Updated Task Manager + example: Updated Idea description: type: string - example: Updated Description for the task mananger idea. + example: Updated Idea description. Project: type: object @@ -652,10 +652,10 @@ components: properties: name: type: string - example: Project 1 + example: Updated Project description: type: string - example: Project 1 description + example: Updated Project description Material: type: object