Follow these steps to set up your project:
-
Create or Upload Files:
- Create a new repository on GitHub.
- Upload files to your repository.
-
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