Skip to content

gabrielc63/stocks-hub-api-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Stocks Hub API

Setup

npm install
npm start

Tests

bundle exec rspec

Endpoints

URL / ENDPOINT VERB DESCRIPTION
/api/auth/login POST Generate token
/api/users POST Create user
/api/users GET Return all users
/api/users/{id} GET Return user
/api/users/{id} PUT Update user
/api/users/{id} DELETE Destroy user

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published