Nuxt_express_jwt_crud

screenshot of Nuxt_express_jwt_crud
express
nuxt
bootstrap
scss

Admin CRUD boilerplate made with Express backend, Vue/Nuxt frontend, MongoDB, and JWT authentification

Overview:

The Nuxt/Express/MongoDB/JWT Admin CRUD Boilerplate is an automatic Express API and CRUD web app that allows users to manage their MongoDB collections. By adding a schema to the data_api/models folder and running the setup script, users can customize their configuration and add their admin credentials. All API endpoints and web app pages are protected by JSON Web Token authentication.

Features:

  • Automatic Express API and CRUD web app for MongoDB collections
  • Customizable configuration and admin credentials
  • JSON Web Token authentication for API endpoints and web app pages

Summary:

The Nuxt/Express/MongoDB/JWT Admin CRUD Boilerplate is a convenient solution for creating an Express API and CRUD web app for MongoDB collections. It simplifies the setup process by automatically generating API endpoints and providing JSON Web Token authentication. With easy configuration options, users can quickly customize their application and manage their data efficiently.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

nuxt
Nuxt

nuxt.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.