Commit 25c97651 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

update readme

parent b8bb5f4c
# <p align="center">Final exam</p> # <p align="center">Final exam</p>
final exam of web programming with ~~PHP~~ **JavaScript** and using ~~Framework~~ **Libraries**
... and MVC
<p align="center"> <p align="center">
<img alt="GitHub Top Language" src="https://img.shields.io/github/languages/top/nawasan111/final-exam" /> <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" /> <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~ ...@@ -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" /> <img alt="GitHub Last Commit" src="https://img.shields.io/github/last-commit/nawasan111/final-exam" />
</p> </p>
final exam of web programming with ~~PHP~~ **JavaScript** and using ~~Framework~~ **Libraries**
... and MVC
## Get started ## 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment