Open your Gitlab dashboard.
fcj-book-store-backend
at Project name.Configure SSH keys to communicate with Gitlab.
Upload the source code to fcj-book-store-backend Gitlab project.
Open your terminal and go to the root directory of fcj-book-store-sam-ws7 project that you downloaded before.
Run the code below.
git init
git remote add origin git@gitlab.com:fcj-ws/fcj-book-store-backend.git
git add .
git commit -m "Init project"
git push --set-upstream origin master
Back to fcj-book-store-backend Gitlab project. You could see the code has been uploaded.