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
-
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?!
-
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)