-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
66 lines (48 loc) · 1.2 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
53
54
55
56
57
58
59
60
61
62
63
64
65
Postiny Web Blog Application
This project support only FULL HD (1920 * 1080) screen size
Created by my internet is 4G but my heart is 4U
For CPE231 Database system final project
Member:
Sonia Gautam 63070503410
Neeracha Seehawong 63070503423
Puridach Wutthihathaithamrong 63070503440
Apirak Senarak 63070503458
Web application dev tools
Frontend - JavaScript, React, Bootstrap 5
Backend - NodeJS, Express
Database - MySQL
-----------------------------------------------------------------------------------
Initial Installation
Download node.js "https://nodejs.org/en/download/"
Extract files
cd Postiny_weblog-master
npm i
Frontend Installation
cd frontend
npm i
Backend Installation
cd backend
npm i
Import Database
create database name "postiny"
import "backend/data/postiny.sql" into mysql (xampp)
Run the web
npm run dev
One more way is to open two separate terminals.
In one, type
cd Frontend
npm start
Go to another terminal and type
cd Backend
npm start
-----------------------------------------------------------------------------------
Test Account
User role
username: ryan
password: 123
Admin role
username: testAdmin
password: testAdmin
Approver role
username: testApprover
password: testApprover