Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stocks-api

nodejs with typeorm and postgresDB


branchs:

  • main
  • dev

Endpoints


User:

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


TODOs

  • auth
  • unitesting
  • env file

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages