Prepping for TWU
-
Sign into GitHub and create a new repository Repository name: twu-biblioteca-yourname Privacy level: Public Don't check "Initialize this repository with a README" Add .gitignore: None Add a license: Apache License 2.0
-
Run 'git init' in the folder that was extracted from the downloaded .zip file, in order to initialize local repository.
-
Make a local commit. $ git add -A $ git commit -m “Initial commit”
(Dont forget to add the hidden .idea folder, as it will make opening your project in Intellij easier.)
- After you are done with the local commit, you can share your code with "The World" by pushing it to your GitHub repository. $ git remote add origin https://github.com//twu-biblioteca- $ git push origin master
- Go to File -> Open (or Open Project)
- Select the directory containing the code DONE !
All the code must be developed using TDD. Biblioteca needs to be a console application. Use your own imagination for any UI elements We do not need a database for this release.