Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (21 loc) · 475 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 475 Bytes

Pananyang

UI

https://ovenapp.io/view/TmpI87RCBigjne27SwfE2JqWMyglTkYi/

Function

  1. Login Page
  • Sign up(No duplicate ID)
  • Sign in(check ID and passwd)
  • ID and passwd are managed by the User table.
  1. List(main) Page
  • View all posts(Page number)
  • write
  • edit(check writer)
  • delete(check writer)
  • search(Detailed search)
  • All posts are managed by the memo table.

Used

  • perl
  • Mojolicious
  • DBI
  • DBD::mysql