Build Your First App
In this tutorial, you'll build a small application to get familiar with the Codebricks platform and its features.
Estimated Time: ~2 hours
What You'll Need
- Mac OS Ventura or newer
- Docker installed
- Node.js version 21.0 or above
- Postman (for testing)
- AWS Account
- Ensure you have an active AWS account.
Set Up Your Local Environment
-
Create a Project Folder:
Open your terminal and create a new folder for your project:
mkdir YOUR_PROJECT_FOLDER
-
Navigate to the Project Folder:
Change into your newly created directory:
cd YOUR_PROJECT_FOLDER
tipVersion Control with Git:
Initialize a Git repository to track changes to your project:
git init
This will help you manage and track changes throughout your development process.
Set Up Your Codebricks Account
Create Your Account:
Sign up for an account for the Codebricks Planner on our website.