Git Product home page Git Product logo

class-register's Introduction

Class Register Console App

  • This app is built as a beginner project in an effort to learn more about the Go programming language.
  • This app allows one to add classes and students to those classes.
  • This document will be updated as development continues.
  • ๐Ÿšจ To run this program, it is assumed that you have a valid installation of Go ๐Ÿšจ

Key things to note

  • At present, the app only works in memory. This means that all data created will NOT persist when the app is stopped or interupted.
  • The app is slowly being migrated to using MySQL database for persistence of data. One can:
    1. Find a student by ID
    2. Check if a class exists
    3. Create a class.
  • Other features will be ported to storing data in a DB over time.

App functionality

How to run the app

-> change directory into the folder like so: cd class-register. -> Next, run the command

go run .

OR

go run main.go helpers.go
  • This will present you with a menu that looks like this:

    Welcome to Class Register
    1. Create a new class
    2. Add a student to a class
    3. Remove a student from a class
    4. Print all students in a class
    5. Log start time of class
    6. Log end time of class
    7. Exit

class-register's People

Contributors

mungaivic avatar

Stargazers

Andrew Kipkoech avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.