Skip to content

speedhs/server-beaconed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

server-beaconed

1. Database Setup

  • Insert daily price data for NIFTY and BANK NIFTY indices into an SQLite database.

2. API for Historical Data

  • Create a GET /historical-data API.
    • Implement query parameters for symbol, from_date, and to_date.
    • Query the database to return data for the input symbol between the specified dates.

3. User Authentication Endpoints

  • Create authentication endpoints.
    • GET /user/login
    • GET /user/register
  • Store user details in the SQLite database.

4. Mock Response Endpoints

  • 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)

Built With Go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages