API, Website and Cordova app all in one project?

I want to develop a project that encompasses a Web API, website and native mobile app.

Is this possible in one project?

Any advice welcome.

Thanks

JB

Nope. You’ll need one project for the API and web site and another project for the mobile app (which can also utilize the API from the first project).

Thanks :+1: Is there a specific approach i should take to share the API across the projects when I’m using docker projects?

Can have your website and API in one Project, and share the API to the Cordova Project.