the file structure of the source folder until now is :
** for files .
-- for folders.
--src
--database
--queries
**getData.js ( for example).
**etc ...
--config
**dbConnection.js
**dbBuild.js
**dbBuild.sql
--handlers
**handleHomePage.js
**etc...
**index.js (for collect all of handlers in one object)
--helpers ( for any function that you need in your handlers like get cookie and verfiy it )
**verfiyCookie.js ( sendCookie and return true if it verfied else return false.
**etc...
**server.js
**router.js
the file structure of the
source
folder until now is :**
for files .--
for folders.@Fatmasiam @denaHS @Angham116 @AhmedAl-Almi