Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
final-exam
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
final-exam
Commits
25c97651
Commit
25c97651
authored
Oct 03, 2023
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
b8bb5f4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
5 deletions
+26
-5
README.md
README.md
+26
-5
No files found.
README.md
View file @
25c97651
# <p align="center">Final exam</p>
final exam of web programming with ~~PHP~~
**JavaScript**
and using ~~Framework~~
**Libraries**
... and MVC
<p
align=
"center"
>
<img
alt=
"GitHub Top Language"
src=
"https://img.shields.io/github/languages/top/nawasan111/final-exam"
/>
<img
alt=
""
src=
"https://img.shields.io/github/repo-size/nawasan111/final-exam"
/>
...
...
@@ -13,6 +9,30 @@ final exam of web programming with ~~PHP~~ **JavaScript** and using ~~Framework~
<img
alt=
"GitHub Last Commit"
src=
"https://img.shields.io/github/last-commit/nawasan111/final-exam"
/>
</p>
final exam of web programming with ~~PHP~~
**JavaScript**
and using ~~Framework~~
**Libraries**
... and MVC
## Get started
# Soon!
-
clone this repo
-
ติดตั้ง dependencies ด้วยคำสั่ง
`pnpm install`
-
สร้างไฟล์
`.env`
เหมือนกับ
`.env.example`
-
ใส่ข้อมูลการเชื่อมต่อที่
`.env`
-
migration
-
`npx prisma migrate dev`
เพื่อทำการ migrate ฐานข้อมูล
-
`pnpm d`
สำหรับการรัน dev mode
## ข้อควรระวัง
#### ความปลอดภัย
เนื่องด้วยเป็นการเขียนเพื่อส่งงานอาจารย์ เพื่อประหยัดแรงและเวลาจึงไม่ได้ทำความปลอดภัยที่ดีพอ
1.
ไม่มีการตรวจสอบข้อมูลที่ api รับเข้ามา ทั้งความถูกต้องของข้อมูล เช่น เบอร์โทร, อีเมล
2.
ไม่มีการตรวจสอบขนาดของข้อมูลที่ api รับเข้ามา
3.
ระบบ auth เป็นแบบ token ไม่มีวันหมดอายุ แต่กำหนดให้ browser เก็บ token ไว้เพียงหนึ่งวัน และมีการอ้างอิงข้อมูลผู้ใช้จาก token จึงทำให้ข้อมูลอาจล้าสมัยได้ง่าย
#### ด้าน back-end
1.
ไม่มีการจัดการ error หรือการตอบกลับฝั่ง client กรณี error ที่ชัดเจน
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment