|
<div align="center">
|
|
<div align="center">
|
|
<img src="https://raw.githubusercontent.com/Jobsity/ReactChallenge/main/src/assets/jobsity_logo_small.png"/>
|
|
<img src="https://media.licdn.com/dms/image/D4E0BAQETyObSEmZH-A/company-logo_200_200/0/1693956448491/jobsity_llc_logo?e=1723075200&v=beta&t=rGq4fY1cprFyIaSabim0_bgb-QLCbJUk6Es9dXuua1w"/>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
## Description
|
|
## Description
|
... | @@ -13,6 +13,8 @@ You may use the [Stooq](https://stooq.com/q) API service to get latest stock mar |
... | @@ -13,6 +13,8 @@ You may use the [Stooq](https://stooq.com/q) API service to get latest stock mar |
|
`https://stooq.com/q/l/?s={stock_code}&f=sd2t2ohlcvn&h&e=csv`
|
|
`https://stooq.com/q/l/?s={stock_code}&f=sd2t2ohlcvn&h&e=csv`
|
|
|
|
|
|
## Mandatory Features
|
|
## Mandatory Features
|
|
|
|
- You will need to **record a video explaining the code** you created, the decisions you made, its functionality, and demonstrating the complete operation of the challenge. _Remember to show the execution from scratch, it should not be running beforehand._
|
|
|
|
|
|
- The application must use a SQL database to store users and record logs of past requests. Check out the Slim documentation if you would like to use [Eloquent](https://www.slimframework.com/docs/v3/cookbook/database-eloquent.html), [Doctrine](https://www.slimframework.com/docs/v3/cookbook/database-doctrine.html) or [Atlas](https://www.slimframework.com/docs/v3/cookbook/database-atlas.html).
|
|
- The application must use a SQL database to store users and record logs of past requests. Check out the Slim documentation if you would like to use [Eloquent](https://www.slimframework.com/docs/v3/cookbook/database-eloquent.html), [Doctrine](https://www.slimframework.com/docs/v3/cookbook/database-doctrine.html) or [Atlas](https://www.slimframework.com/docs/v3/cookbook/database-atlas.html).
|
|
- The application must be able to authenticate registered users. There's a basic example of authentication used for 1 endpoint, you may need to modify it accordingly based on the requirements. (See: [routes.php](https://git.jobsity.com/jobsity/php-challenge/-/blob/master/app/routes.php))
|
|
- The application must be able to authenticate registered users. There's a basic example of authentication used for 1 endpoint, you may need to modify it accordingly based on the requirements. (See: [routes.php](https://git.jobsity.com/jobsity/php-challenge/-/blob/master/app/routes.php))
|
|
|
|
|
... | | ... | |