Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 721 Bytes

File metadata and controls

21 lines (14 loc) · 721 Bytes

Setup Guide 🛠️

Follow these steps to set up your project:

Add Your Files 📂

  1. Create or Upload Files:

  2. Add Files Using the Command Line:

    • If you already have a Git repository, you can push it to GitHub with the following commands:
    cd existing_repo
    git remote add origin https://github.com/your-username/backend-template.git
    git branch -M main
    git push -uf origin main