Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 682 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 682 Bytes

Back-office showcase application

This repo WILL showcase a fully-featured back-office application. The features include...

  • Authentication using next-auth with our custom user management
  • Permission management using cookies and next-auth custom session types
  • Data persistence with postgres database
  • Data caching with redis
  • UI components using shadcn ui and tailwind css
  • Searching audit using elastic-search
  • CI/CD using vercel preview deployments and github actions
  • File upload with cloudinary

...and more to come.

Contributing

You can contribute to this project through submitting a PR. The contribution guidelines are soon to be created.