A full stack boilerplate web app
Appy is a full-featured boilerplate web app designed for MVP development. It offers an end-to-end solution, with the frontend built on Vue.js and the backend utilizing a Hapi server with a MongoDB datastore. Appy provides a user-friendly interface using the AdminLTE UI template.
backend/.env-docker-sample to backend/.env-docker and update any secrets or keys as needed..env-docker file to your repository.backend/config/index.js as needed.http://localhost:3000/ to view the app or http://localhost:8080/ to view the Swagger API docs..env-sample to .env and update any secrets or keys as needed..env file to your repository.backend/config/index.js as needed.restHapiConfig.mongo.URI (default mongodb://localhost/appy).root.Appy is a comprehensive web app boilerplate that offers a complete solution for MVP development. It has a user-friendly interface built on Vue.js and uses a Hapi server with a MongoDB datastore for the backend. With easy installation using either Docker or manual setup, appy provides a solid foundation for building web applications.