Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 830 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 830 Bytes

CPE231-Project-Database-2021

Our first time making a web application.


On the client side, we used tailwindCSS for the styling and ejs to insert the queried data from database to the page
On the server side, we used Node JS, MongoDB, Mongoose and Express

🚨 Problem we encountered

  1. The project directory is extremely messy, both client and server side
    • All HTML clumped in one public folder
    • Redundant files. Multiple copies of almost the same file?!
  2. index.js handle almost everything in the server side
    • There're no seperate directory for routing whatsoever
    • application is fixed to run only in the development environment (localhost:3000)

✏️ Phattarapol L. (Summary er)