Commit a99090c 1 parent 32be462 commit a99090c Copy full SHA for a99090c
File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1
1
# good-bank-MITxPro
2
2
Making a bank app with proper authrozation and roles.
3
+
4
+ Description:
5
+
6
+ I made this app for school to highlight my skills in full stack development and ensuring proper secruity is used. I will be
7
+ updating this app to add the authrozation and roles authentication is in the final app. Will also be updating the styles
8
+ to make this app have my own style. This is a proof of concept.
9
+
10
+ Installation Guide:
11
+ 1 . Clone the repository.
12
+ git clone https://github.com/waffelhaus92/good-bank-MITxPro.git
13
+ 2 . Navigate to the project directory.
14
+ cd good-bank-MITxPro
15
+ 3 . Install dependecies.
16
+ npm install
17
+ 4 . Launch the application
18
+ node index.js
19
+ 5 . Navigate to the web app by going to localhost:3000 in your web browser.
20
+
21
+ Technology Used:
22
+ 1 . React.js
23
+ 2 . React Router
24
+ 3 . MongoDB
25
+ 4 . Express.js
26
+ 5 . Bootsrap
27
+
28
+ Features:
29
+ 1 . Easy Account creation process.
30
+ 2 . Convenient deposit and withdrawal options.
31
+ 3 . Instant access to account balances.
32
+ 4 . Comprehensive overview of account balances.
33
+
34
+ Future Features:
35
+ 1 . Transaction history.
36
+ 2 . Adding the secure authentication of users.
37
+ 3 . Adding roles to make only certain parts of the website visible to authorized users.
38
+
39
+ License:
40
+ This project is licensed under the MIT license. It is included in the project files.
41
+
42
+
43
+
44
+
You can’t perform that action at this time.
0 commit comments