This is my official repository for building the Library Manager project based console application from Faculty of Information Technology, Ho Chi Minh University of Science.
Feel free to fork/contribute/star. Any contribution will be appriciated.
See my codes of some basic exercises in Gist : https://gist.github.com/hyperion0201.
- PC or Laptop running MacOSX, Windows or Linux (depend on yourself).
- An IDE for coding, like Microsoft™ Visual Studio (2013 or newer), Visual Studio Code or Cloud 9 IDE.
- GCC++ pre-installed.
- Git and GitHub knowledge.
- Know some basic algorithms, C basic fundamentals.
- Having #teamwork.
Want to contribute? Great! Library Manager uses Visual Studio Code + Linux distribution for fast developing.
To get started with Library Manager, you'll need to get familiar with Git and Repo. To initialize your local repository using Git, use a command like this:
$ cd <yourlocation>
$ git clone https://github.com/hyperion0201/LibraryManager.gitDownload Git Bash Then open Git and type:
$ cd <yourlocation>
$ git clone https://github.com/hyperion0201/LibraryManager.git- Open Visual Studio
- Login your team foundation account
- Connect to GitHub, then select this repository.
- Clone it
Exploring and coding yourself.
- Check the TravisCI/Jenkins build's status
- See the code for avoiding conflict.
