Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
Gemini 3 and 200+ AI Models on One Platform
Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.
Build generative AI apps with Vertex AI. Switch between models without switching platforms.
Create a webapp from an existing database in 30 seconds - Java/Groovy
Portofino is a free and open source web platform that helps developers create outstanding enterprise applications by addressing three specific needs: productivity, features and architecture. Among its features: content management, CRUD, database connectivity, calendars, charts, security and easy customization using Groovy.
Scores from www.teniskisavez.com, www.tenisbg.org.rs
...Application is separated into backend (Rest API) and frontend (UI) part.
Rest API is written in Sping/Groovy way using MongoDB as data store (using gradle)
UI is Angular/Bootstrap js app (using npm, bower, grunt)
Initial scaffolding done with Yo & SpringBoot (should try JHipster :) )
start rest part with
gradle run -x test
ui should be built with
npm install
bower install
grunt serve
previously npm, yo, grunt, bower should be installed
mongodb should be started (previously installed):
mongod --dbpath path/to/folder
Application can be accessed at http://groovyui.cfapps.io