:bulb: A website and user system starter
The Aqua project is a website and user system starter that provides basic web pages, a contact page with a form to email, an account sign-up page, login pages, a dashboard, and an admin back office. The front-end is built with React and Redux, while the server side is built with the hapi framework and uses MongoDB as a data store.
config.js file to manage configuration settings across environments. Do not store secrets in this file or commit them to your repository. Instead, access secrets via environment variables by copying the .env-sample file to .env and editing as needed (not to be used in production).http://127.0.0.1:8000/ to see the welcome page. Nodemon watches for changes in server code and restarts the app automatically. Gulp and webpack watch the front-end files and re-build those automatically too. The --inspect flag is passed to Node for available debugging.npm start, this mode does not watch for file changes. Set the NODE_ENV=production environment variable for optimizations.The Aqua project is a user-friendly website and user system starter with various features such as basic web pages, a contact form, account management, and an admin back office. It is built with React, Redux, hapi, and MongoDB, providing a powerful and flexible foundation for building web applications. However, it is no longer maintained, which means that it may not be up-to-date with the latest technologies and security patches.