Skip to content

Project structure

Ru Yang edited this page Mar 16, 2022 · 1 revision

Project structure

  1. controllers - handling requests and responses from client.
  2. router - forward request to approriate controllers
  3. model - data models required for the application.
  4. utils - utilities and helpers needed for the application.
  5. config - application config
  6. index.js

Clone this wiki locally