Skip to content

hyperion0201/LibraryManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Build Status NPM version

Library Manager

N|Solid

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.

Requirements

  • 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.

Getting Started

forthebadge

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:

In Linux environment:

forthebadge

$ cd <yourlocation>
$ git clone https://github.com/hyperion0201/LibraryManager.git

In Windows environment:

Download Git Bash Then open Git and type:

$ cd <yourlocation>
$ git clone https://github.com/hyperion0201/LibraryManager.git

forthebadge

Afternative:

  • Open Visual Studio
  • Login your team foundation account
  • Connect to GitHub, then select this repository.
  • Clone it

Exploring and coding yourself.

Before pushing a commit :

  • Check the TravisCI/Jenkins build's status
  • See the code for avoiding conflict.

forthebadge forthebadge