- main
- dev
POST: /user/login
{
"username": "carlsagan",
"password": "cosmos"
}
POST: /user/add-stock
{
"symbol": "AAC",
"name": "AAC Holdings Inc",
"currency": "USD",
"userId": "1"
}
GET: /user/get-stocks/:id
This endpoint return all stocks related with an user
- auth
- unitesting
- env file