https://kestrel-org.github.io/
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
- Florent SIMONET alias @SFlorent
- Sébastien FOUCHEUR alias @Sfoucheur
This project is under MIT License
- see LICENSE.md for more informations