Creating Your Project Structure
Your Node.JS project is made up of Routes.
Routes are essentially the folder structure for your server API project.
There are two ways to create routes. Routes can be created automatically, based on your project folder structure, or for more advanced requirements you can specify your own routes through a configuration file.
Next Steps
 Â