DEV Community

Discussion on: Structuring my Node.js RESTful API using Express

Collapse
 
kwabenberko profile image
Kwabena Bio Berko

This is how I currently structure my Express API's:

  • config
  • controllers
  • services
  • models
  • test
  • server.js