FACG6 / Postatna

https://postatna.herokuapp.com/
0 stars 0 forks source link

File structure #51

Open kannanhassouna opened 5 years ago

kannanhassouna commented 5 years ago

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

@Fatmasiam @denaHS @Angham116 @AhmedAl-Almi

kannanhassouna commented 5 years ago

give me feedback please