-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
52 lines (45 loc) · 1.48 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
************************************************************
Express.js Shopping App
************************************************************
GENERAL INFORMATION
==================================================================
#
# Student Name: Artyom Morozov
# Student Email: [email protected]
# Student ID: 101088817
#
==================================================================
SOFTWARE VERSIONS
==================================================================
#
# node v8.12.0
# npm 6.4.1
# Windows 10 Version 10.0.17134 Build 17134 X64
# Google Chrome Version 69.0.3497.100 (64-bit)
#
==================================================================
LAUNCHING INSTRUCTIONS
==================================================================
#
install the dependencies in package.json file by executing "npm install" in the console
execute the app with "npm start" in the console
to test visit http://localhost:3000
or visit
https://calm-journey-37145.herokuapp.com/users/login
#
==================================================================
GENERAL INSTRUCTIONS
==================================================================
#
Paypal Sandbox accout:
login: [email protected]
password: 1632JopaSlona
Live Server URL:https://calm-journey-37145.herokuapp.com/users/login
USER#1
user login: [email protected]
user password: admin
USER#2
user login: [email protected]
user password: 1234
#
==================================================================