CMSY is a self-hosted tempalte that could use to kickstart your project and shorten the time-to-market variable.
This project uses the following tehcnologies and services:
Front end
- Angular
- Daisy UI
- Tailwind CSS
- Bootstrap icons
Back end
- Nest JS
- TypeORM
- MySQL
Third-party services
- Auth0
- imageKit
To use this template, you will need to set up few thins first.
Make sure to head over to Auth0's official website and create an account.
Once you're logged in, head ovcer to Applicattions and created a new one.
⚠️ Note: The application type must be SPA ⚠️
Using the Auth0 dashboard, you could disable sign ups and social logins. That way you have more control over who uses your CMS.
Now that the Auth0 app has been created, your SPA (this project) should be able to point at that specific instance using a combination of clientID and domain strings.
- Go to Auth0 dashboard, Applications
- Select your SPA application
- Copy the domain string along with the clientID
Make sure to update the src/environment/**.ts files to include those 2 values.





