Server: Info

To view information about your project, you can use the info command:

bm server info


This will return information about your current project, including the current scope, CORS configuration, and the Routes based on your current folder structure.

This is a good way to double check your current project status, especially when returning to an existing project at a later date.


Creating Routes:

Routes are essentially the folder structure for your server API project.

If you haven't yet created any routes for your project, you can quickly get started by downloading the examples ZIP from the Server CLI Examples and Tips page.


Next:

Server: Serve



  Â