Skip to content

This GitHub repository provides a powerful tool for developers looking to build web applications using AngularJS.

Notifications You must be signed in to change notification settings

Mfxof/Angular-Render-Web-Building

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-Render-Web-Building

Description

Projet description

This GitHub repository provides a powerful tool for developers looking to build web applications using AngularJS.
It allows users to design, compile, and test their applications efficiently.
With Render integration, you can easily deploy your project and see it live. 🌐 The process starts with creating your AngularJS application, followed by compiling it using Angular CLI.
You can then test your application locally before deploying it on Render for real-time visualization. 🚀
This is an ideal solution for those seeking to optimize their web development workflow.


Branche description

This branch of the repository is dedicated to the application enabling compilation on Render. It includes the necessary files for API deployment, a configurable Dockerfile, and the compiled application from the Angular-Build-App branch (Optional - Add your code).

This project is designed to simplify the deployment and management of the application on the Render platform.
It provides easy configuration and deployment of an Angular application with a secure API.

  • Secret: PSSWD

Features

  • Automated API deployment
  • Simplified Docker configuration
  • Pre-compiled Angular application

Prerequisites

Before starting, make sure you have the following installed:

  • Node.js
  • Docker (Optional)
  • Git

Installation

Choose your preferred method to install the project:

  1. Clone the repository:

    git clone https://github.com/Mfxof/Angular-Render-Web-Building.git
    cd Angular-Render-Web-Building


Contribution

If you'd like to contribute to this project, please follow these steps:

  • Fork the repository
  • Create a new branch (git checkout -b feature/my-new-feature)
  • Make your changes and commit them (git commit -m 'Add my new feature')
  • Push your branch (git push origin feature/my-new-feature)
  • Open a Pull Request



TUTORIAL - Deploy a Web Project to Render Using AngularJS (or Any Web Project)

This tutorial will guide you through downloading, configuring, forking, and deploying a web project on Render using AngularJS as an example.


1. Download the Project

  • Clone the project to your local machine.

  • Use the following command in your terminal:

    git clone https://github.com/username/project-name.git

2. Adjust Configuration if Needed (Optional)

  • Before starting, make sure the project configuration matches your needs.

  • Check for the following:

    • Configure the Dockerfile file, or other file.
    • Any other environment-specific settings (environment variables, file paths, etc..).

    Example: For Angular projects, you might want to check the angular.json file or the environment settings in src/environments/.

3. Fork the Project or Create a New Repository

  • If you want to make changes, you can either:

    • Fork the project (by clicking "Fork" on GitHub) to create a copy under your GitHub account.
    • Create a new repository on GitHub to host a modified version of the project.
  • ⚠️ Sur GitHub configurer sa pour avoir des envois automatiques des Push dans les repository sur Render ⚠️

    • In the repository go to Settings
    • Security -> Secret and variables -> Actions
    • Create a New repository secret
    • Add a the name "RENDER"

Sub-steps to Fork the Project

  • Go to the project page on GitHub.
  • Click the Fork button in the top-right corner.
  • After forking, you'll have a copy of the project under your GitHub account.

Sub-steps to Create a New Repository

  • Go to GitHub and click New Repository.
  • Name your repository and add initial files if necessary.

4. Add Your Build to the deployApp Folder

  • After customizing or building your project, you need to place the ready-to-deploy version in a folder called deployApp.

Sub-steps for Angular

5. Push the Modifications to Your Repository

  • Once you've added the build to the deployApp folder, it's time to push the changes to your GitHub repository.

Sub-steps to Push

  • Open your terminal and navigate to the project directory.

  • Run the following commands:

    git add deployApp/
    git commit -m "Added build to deployApp"
    git push origin main

6. Go to Render

  • If you don't have a Render account yet, create one here.

Sub-steps to Create a Render Account

  • Click Sign Up.
  • Choose your sign-up method (GitHub, Google, or Email).
    • Choose GitHub if you can. ⚠️ (To have a automatic connect to your repository)
  • Follow the instructions to complete your account creation.

7. Create a New Project on Render

  • Once logged in to Render, follow these steps to create a new project.

Sub-steps

  • Go to your dashboard.
  • Click Create New Project.
  • Name your project (e.g., "My AngularJS Project").
  • Select your GitHub repository (the one where you pushed the project in deployApp).

The next steps will include configuring deployment settings and launching the project on Render.

Other

Links

About

This GitHub repository provides a powerful tool for developers looking to build web applications using AngularJS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published