Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 2.51 KB

File metadata and controls

38 lines (21 loc) · 2.51 KB

How to runnnig app

Structure directory

Maybe will be update

Directory Description
app main directory
config setup database
database/migrations database file migration
helper lib or helper config
app/controllers controller file
app/middlewares middleware file
app/models everything about query transactation to database in here
app/routes everything route to call function controllers

Let's code and happy coding thankyou (^_-)

Help