Skip to content

UtkarshM-hub/Go_Student_DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go_Student_DB

It is command line tool to manage student database.The tool provides various options like Add, Delete, Update and List students. The data of the students is stored in a file in local machine.

#Installation Guide

  • Clone this repo into your local directory using following command
git clone git@github.com:UtkarshM-hub/Go_Student_DB.git
  • Run following command
go mod download && go build .

Congratulations🥳🎊 you've completed the setup of GO_Student_DB on your local machine

#Commands

1. student

  • This is the root command of the command line tool
  • It displays the list of commands and the example of help command Screenshot (119)

2. Help

  • Gives information about the command
  • For Example student help AddCmd gives information about Add command up4

3. Other commands

  • This contains all the reamining commands like Add, Del, Update and List
  • How to use each command is exaplanind in the following
    • Add command- student Add
    • List command- student List
    • Update command- student Update <INDEX_NUMBER>
    • Del command- student Del <INDEX_NUMBER>

NOTE- You can see index number of student by using list command

up3

About

A Command Line Tool to manage Students Database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages