Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.98 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.98 KB

KESTREL

Template for Angular v14 - Node / Express / Sequelize

forthebadge forthebadge forthebadge

Depfu Depfu

License: MIT

https://kestrel-org.github.io/

Introduction

This template aims to give a solid structure to create a project based on Angular for the Frontend and Node / Express et Sequelize for the backend.

Several utilities are built in the template :

  • A bash script to initialize the database and automatically creates models
  • A bash script to create the folder dist for production purposes
  • A bash script to install dependencies for the Frontend and the Backend
  • A customizable class named PDFGenerator
  • Encryption functions to encrypt and decrypt strings with a AES - 256 protocol
  • Optional use of Faker to populate the database with fake data
  • An Angular directive to handle preloaders
  • Integration of Swagger for the backend
  • Integration of Compodoc for the frontend
  • Optional use of an auhtorization server

Documentation

Documentation

Author(s)

Licence

This project is under MIT License - see LICENSE.md for more informations

License: MIT