diff --git a/backend/config/.env b/backend/config/.env index 30d4393..ccd9ae7 100644 --- a/backend/config/.env +++ b/backend/config/.env @@ -1,4 +1,4 @@ -DEBUG= -SECRET_KEY= +DEBUG=True +SECRET_KEY=wjtowjatiowjatioawtawt DATABASE_USER= DATABASE_PASSWORD= \ No newline at end of file diff --git a/frontend/.env b/frontend/.env index f7736f1..7b4778e 100644 --- a/frontend/.env +++ b/frontend/.env @@ -1 +1 @@ -REACT_APP_API_ENDPOINT=api.reinvest.com/api +REACT_APP_API_ENDPOINT=https://api.reinvest.space/api \ No newline at end of file diff --git a/frontend/src/components/Bank.js b/frontend/src/components/Bank.js index edc1fd0..8d5c8a3 100644 --- a/frontend/src/components/Bank.js +++ b/frontend/src/components/Bank.js @@ -15,8 +15,8 @@ const Bank = (props) => { }; return ( -
-

Bank

+
+

Bank

); diff --git a/frontend/src/components/Browse.js b/frontend/src/components/Browse.js index 2173c02..d7f1409 100644 --- a/frontend/src/components/Browse.js +++ b/frontend/src/components/Browse.js @@ -37,16 +37,16 @@ const Browse = (props) => {

Browse

-

+

${(stockChartYValues[0] - stockChartYValues[1]).toFixed(2)}

-

+

{( ((stockChartYValues[0] - stockChartYValues[1]) / stockChartYValues[1]) * @@ -55,7 +55,7 @@ const Browse = (props) => { %

- - -
@@ -90,16 +90,16 @@ const Browse = (props) => {

- +

- +
diff --git a/frontend/src/components/Login.js b/frontend/src/components/Login.js index 71a5793..1f2ec84 100644 --- a/frontend/src/components/Login.js +++ b/frontend/src/components/Login.js @@ -1,26 +1,25 @@ -import React from 'react'; +import React from "react"; const Login = (props) => { - return ( + return ( +
+
+

Login

+
+ + +
+
+ + +
+
+ + +
+
+
+ ); +}; -
-
-

Login

-
- - -
-
- - -
-
- - -
-
-
- ) -} - -export default Login +export default Login; diff --git a/frontend/src/components/Nav.js b/frontend/src/components/Nav.js index 9e0d861..ad9c652 100644 --- a/frontend/src/components/Nav.js +++ b/frontend/src/components/Nav.js @@ -1,10 +1,10 @@ -import React, { useState, useEffect } from "react"; +import React from "react"; const Nav = (props) => { return ( -