Started my Testing documentation and updated some values in openapi.yaml
This commit is contained in:
@@ -11,6 +11,7 @@ Local User Testing:
|
|||||||
- npm run migrate:dev
|
- npm run migrate:dev
|
||||||
- npx prisma generate
|
- npx prisma generate
|
||||||
- npm run setup:env
|
- 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 seed:dev
|
||||||
- npm run dev
|
- npm run dev
|
||||||
|
|
||||||
|
|||||||
BIN
docs/Testing/Testing.docx
Normal file
BIN
docs/Testing/Testing.docx
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -574,7 +574,7 @@ components:
|
|||||||
id:
|
id:
|
||||||
type: integer
|
type: integer
|
||||||
readOnly: true
|
readOnly: true
|
||||||
example: 1
|
example: 2
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: A Task Manager
|
example: A Task Manager
|
||||||
@@ -605,10 +605,10 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Updated Task Manager
|
example: Updated Idea
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
example: Updated Description for the task mananger idea.
|
example: Updated Idea description.
|
||||||
|
|
||||||
Project:
|
Project:
|
||||||
type: object
|
type: object
|
||||||
@@ -652,10 +652,10 @@ components:
|
|||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
example: Project 1
|
example: Updated Project
|
||||||
description:
|
description:
|
||||||
type: string
|
type: string
|
||||||
example: Project 1 description
|
example: Updated Project description
|
||||||
|
|
||||||
Material:
|
Material:
|
||||||
type: object
|
type: object
|
||||||
|
|||||||
Reference in New Issue
Block a user