-
Notifications
You must be signed in to change notification settings - Fork 1
Frontend Routes
This web app contains user-facing routes that a user can access and interact with.
-
This page will show a login/signup and give a brief image/text driven explanation of what our website is
-
GET /
-
This page displays a log in form.
-
GET /login -
POST /login
-
An individual may create a new account. This page will display a signup form.
-
GET /signup -
POST /signup
-
This page will display a user's portfolio value, shares owned per asset, all broken down over a selected timeline.
GET /dashboard
-
This page will display a table of all planets with their current prices.
-
GET /planets
-
This page will display a page with the planet's current price, historical price, description, and details. From this page, a logged in user will also be able to buy/sell shares of this planet's currency.
-
GET /planets/:id -
POST api/transactions -
PATCH api/assets/:id