... | ... | @@ -6,7 +6,7 @@ |
|
|
This Challenge is designed to test your abilities building backend web projects in PHP. Show us your best skills and knowledge in good practices and standards.
|
|
|
|
|
|
## Assignment
|
|
|
The objective of this challenge is to create a REST API application that the user can use to track the value of stocks in the stock market. The base application presented here uses a simple implementation of [Slim Framework](https://www.slimframework.com/docs/v3/)
|
|
|
The objective of this challenge is to create a REST API application that the user can use to track the value of stocks in the stock market. The base for your application as presented here uses a simple implementation of [Slim Framework](https://www.slimframework.com/docs/v3/)
|
|
|
|
|
|
You may use the [Stooq](https://stooq.com/q/l/?s={stock_code}&f=sd2t2ohlcvn&h&e=csv) API service to get latest stock market values.
|
|
|
|
... | ... | @@ -66,4 +66,4 @@ You can find some bootstrap for the challenge with some endpoints, basic setup, |
|
|
- Run `composer start` and you should be able to check the project running on `http://localhost:8080`
|
|
|
|
|
|
Optional:
|
|
|
- Run `composer test` to see the test suite result |
|
|
- Run `composer test` to see the test suite result |
|
|
\ No newline at end of file |