Git Product home page Git Product logo

api_golang's Introduction

Garage Management System

Welcome to the Garage Management System, a digital hub for organizing and managing cars in a garage. This system, built using GoLang, enables efficient tracking and management of car records, inspired by the bustling atmosphere of a vibrant automotive workshop.

.

Digital Representation

The Garage Management System serves as the virtual counterpart to a real garage. Every car that finds its way into this haven is meticulously logged into this system. Each vehicle's make, model, license plate, owner's name, service history, and more are captured here.

Functionality

The system boasts a suite of endpoints that mimic the activities within the garage:

  • Retrieve Cars: Fetches the entire collection of cars stored in the garage.
  • Retrieve Car by ID: Provides details of a specific car based on its unique identifier.
  • Add New Car: Incorporates a new car into the collection, capturing its specifications and details.
  • Update Car Details: Allows for modifications to existing car records, such as changing ownership, updating service history, or marking its status.
  • Delete Car Record: Removes a car from the system when it's sold, retired, or no longer part of the collection.

Installation

  1. Clone this repository:

    bash git clone https://github.com/Mudita-Srivastava/API_GOLANG.git

  2. Navigate to the project directory:

    bash cd API_GOLANG

  3. Install dependencies:

    bash go mod tidy

Usage

  • Run the application:

    bash go run main.go

  • Run tests:

    bash go test

Database Schema-

carsId       string 
make         string 
model        string 
licenceplate string 
ownername    string 
date         string 
status       string 

api_golang's People

Contributors

mudita-srivastava 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.