# Creating an Oracle APEX Application

## Introduction

In this tutorial, you will discover how to create your very first Oracle APEX application from scratch. We will walk you through the step-by-step process of building a web app effortlessly, enabling you to dive into the world of Oracle APEX development with confidence.

## Video Tutorial

%[https://www.youtube.com/watch?v=RmeucsxosA0&t=4s] 

## Steps to Create APEX Application

* Log in to Oracle APEX
    
* Click on App Builder
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606597024/96604e3a-eb7d-4a3d-8005-a79e6b5e0f86.png align="center")
    
* Click Create
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606624597/7121bde0-ad61-4024-b235-d06ea48a954f.png align="center")
    
* Click New Application in the Create An Application wizard
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606659880/279b1e61-2754-445f-9c49-43299f0d7859.png align="center")
    
* Provide a name for your application. E.g., MyHR
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606683540/8bc71e54-586e-4c2e-a766-04468481940c.png align="center")
    
* Optionally change the icon and color scheme by selecting the icon next to the application name
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606739261/3395b567-582c-4dbe-8272-ccf4bd79b22e.png align="center")
    
* Click Save Icon
    
* Under features click "Check All"
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606758699/7dd08a27-1757-492a-a13c-940e441bc266.png align="center")
    
* Click Create Application.
    
* This process may take a few seconds to complete.
    
* To run the application click the play button.
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606775605/acb79248-04da-46d1-a8e7-b483fada258f.png align="center")
    
* Sign in with your workspace username and password.
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1684606803113/13e94dda-8bad-4410-88ab-6d73271d6743.png align="center")
    
* You have successfully created your first APEX application without writing a single line of code. The application automatically handled the authentication.
