- Insert daily price data for NIFTY and BANK NIFTY indices into an SQLite database.
- Create a
GET /historical-data
API.- Implement query parameters for
symbol
,from_date
, andto_date
. - Query the database to return data for the input symbol between the specified dates.
- Implement query parameters for
- Create authentication endpoints.
- GET
/user/login
- GET
/user/register
- GET
- Store user details in the SQLite database.
- Create endpoints for mock responses.
- GET
/portfolio/holdings
(Returns holdings_response.json) - GET
/user/profile
(Returns profile_response.json) - POST
/order/place_order
(Returns place_order_response.json)
- GET
Built With Go