Skip to content

API specs

Wilson Jusuf edited this page Mar 6, 2021 · 1 revision

They are now located at our live prod site here: http://stonks.us-west-1.elasticbeanstalk.com/docs

Alternatively, you can run the server locally and visit localhost:8080/docs in your web browser:

cd server;
npm install;
npm start;

open localhost:8080/docs

Clone this wiki locally