Your SaaS
Now it is your turn!
If you followed all steps in Getting started you are ready for our next step and build your own. But don’t worry. You do not have to find out by your own how it works. We created a short example which show you how to get fast forward. If you like you can go more faster with KI if you just put this example into it and promp your ideas.
Posts
In our example SaaS you will find registration, login and also a small UI which was build with Angular. You can use any other frontend type you like. We prefer Angular. Follow this steps to get our demo working:
- copy demo Backend files from demo folder:
cp app/src/tenant/demo app/src/tenant/static/ - copy demo migration file for database
cp app/src/tenant/demo app/src/tenant/static/ Start local
Start docker and go to your terminal.
git clone fastrelease [YOUR_APP_NAME]
cd [YOUR_APP_NAME]
make tools-checkAfter this short tools-check, you should get answer: All tools OK.
Now we can rename /app/.env.example into /app/.env and let the ✨ magic ✨ happening.
mv /app/.env.example /app/.env
make upNow lean back and let our system do your work. After all is done following systems are ready to use:
- fastrealese Landingpage including register and login http://localhost/
- fastrealese SaaS Admin http://localhost/admin
- mailhog http://localhost:8025
Explore the Documentation
Our comprehensive documentation covers everything you need to know to integrate Access Shield into your application seamlessly. Dive into the following sections:
- Installation Guide - Get up and running with Access Shield quickly.
- QuickStart - Quickly start building with Access Shield.
- API Reference - Learn how to use Access Shield’s API to perform various authentication tasks programmatically.
Connect with Us
Have questions, feedback, or need support? In our Premium and Ultimate package you can feel free to ask us anything to get your fast forward, if help is needed. We also provide
- Ask questions and get help from experienced developers.
- If you like share your experiences and best practices with us.
- Stay updated on the latest releases and new features of our boilerplate.
- Feel free to send us feedback to make it better
Contribute to Access Shield
We welcome contributions from the community! Whether you want to report a bug, suggest a feature, or contribute code, your input helps make Access Shield better for everyone. Here’s how you can contribute:
- Report a Bug - Help us identify and fix issues by reporting any bugs you encounter.
- Feature Requests - Have an idea for a new feature? Share it with us!
- Contribute Code - Submit pull requests to contribute code improvements or new features.