Skip to content

commy08/Assignment-Salary-Hero

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment-Salary-Hero

  • create file ".env" and set the value (You can see example ".env" file in ".env.example" file)
  • run npm command
npm i
npm run dev
  • please add "usercompanyrole" to the headers before requesting the API and you can add limit and offset to the headers to paginate the data

    curl --location --request GET 'http://localhost:8000/api/company' \
    --header 'usercompanyrole: eed99b1d-2633-44c8-af52-8fcccf8154c3' \
    --header 'limit: 10' \
    --header 'offset: 0'
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors