2025-10-28 20:36:47 +01:00
2025-10-28 21:22:32 +01:00
2025-10-29 06:48:52 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 22:37:36 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00
2025-10-28 20:36:47 +01:00

Angular Template with Login and Register with Appwrite

Kickstart your Angular development with this ready-to-use starter project integrated with Appwrite

🚀Getting started

Clone the Project Clone this repository to your local machine using Git:

git clone https://gitea.joshihomeserver.ipv64.net/josiadmin/appwrite-template-login

🛠️ Development guide

  1. Configure Appwrite Navigate to /environments/environment{.development}.ts and update the values to match your Appwrite project credentials.
  2. Customize as needed Modify the starter kit to suit your app's requirements. Adjust UI, features, or backend integrations as per your needs.
  3. Install Angular/CLI Runnpm install -g @angular/cli
  4. Install dependencies Run npm install to install all dependencies.
  5. Run the app Start the project by running ng serve.
  6. Run in Debug Mode in VsCode by Tipping F5.

💡 Additional notes

  • This starter project is designed to streamline your Angular development with Appwrite.
  • Refer to the Appwrite documentation for detailed integration guidance.
  • Images in the public/img Folder are test Images to change with yours, it will be loading in the styles.css File
  • A Dockerfile is on the root Directory to make on a Docker Server a full Web-App in a Docker Container
  • Bevore you make a full Web-App you need to build the app for Production with ng build --configuration=production .
  • In the angular.json file you make a entry under server with option to your one web-address-server, in this file you find the etry by searching for test.123server.at.
Description
No description provided
Readme MIT 5.1 MiB
Languages
TypeScript 48.3%
HTML 25.6%
CSS 23.8%
Shell 1.6%
Dockerfile 0.7%