Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[M1_TR-201] Backend for M1_TR-7 #20

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

NiloJr-sun
Copy link
Contributor

@NiloJr-sun NiloJr-sun commented Sep 19, 2023

Related Issue

Context

  • fetching of specified job - BE

Commands:

  • startup docker
    docker-compose up -d

  • double check .env file if the DATABASE_URL is correct
    DATABASE_URL="postgresql://postgres:[email protected]:5432/jms?schema=public"

  • install dependencies
    docker-compose exec server sh -c 'yarn install'

  • run prisma generate
    docker-compose exec server sh -c 'yarn run prisma generate'

  • run prisma migration
    docker-compose exec server sh -c 'yarn run prisma migrate dev'

  • test out the function using the swagger url - localhost:4000/api

Test Executed

  • Unit Testing

Notes

  • Will do rebasing afterwards
  • Returned JSON will be updated during integration

Screenshot

image
image
image

Nature of task

  • Feature

Risks

  • [ ]

@NiloJr-sun NiloJr-sun self-assigned this Sep 19, 2023
@NiloJr-sun NiloJr-sun force-pushed the feature/M1_TR-201 branch 2 times, most recently from 97693bb to 5c5d55b Compare September 19, 2023 05:21
@NiloJr-sun NiloJr-sun marked this pull request as ready for review September 19, 2023 05:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants