Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 759 Bytes

README.md

File metadata and controls

42 lines (35 loc) · 759 Bytes

CRUD Boilerplate

  • I create this repository to avoid making the same configurations when starting my projects
  • This repository contains the simple code base I use to launch my personal projects.
  • Will be open to continuous improvement.
  • Don't hesitate to contribute :)

Technology stack

  • Node.js
  • Express.js
  • React.js
  • Ant Design
  • Redux
  • Scss
  • PostgreSQL
  • Mongo DB
  • Nginx
  • Redis
  • RabbitMQ
  • Docker
  • Swagger

Todo

  • CRUD Process(Sort, filter, pagination, multiple process)
  • Testing
  • Authentication and authorization
  • Error handling
  • Security
  • Compression
  • Logging
  • Validation
  • Environment variables
  • i18
  • API Documentation

Structure

Coming soon !

Guide

Coming soon !