Skip to content

agusheryanto182/go-raide-hailing

Repository files navigation

What Is Ride Hailing?

Ride Hailing is a food delivery app that user can use to buy food and drinks!

Key Technologies

  1. Go: Go (or Golang) is the programming language that can develop an API with high performance and scalable.

  2. Fiber: Fiber is a high-performance, minimalist web framework for the Go programming language.

  3. PostgreSQL: PostgreSQL is a powerful, open-source relational database management system. It is used for storing and managing data related to products, customers, orders, and more in the online store application.

  4. JWT (JSON Web Tokens): JWT is a standard for securely transmitting information between parties as a JSON object. In the online store application, JWT is used for implementing authentication and authorization mechanisms.

  5. Pgx: Pgx is a pure Go driver and toolkit for PostgreSQL. The pgx driver is a low-level, high performance interface that exposes PostgreSQL-specific features such as LISTEN / NOTIFY and COPY. It also includes an adapter for the standard database/sql interface.

  6. Sqlx: Sqlx is a library for Go that provides extensions to the standard database/sql package. It aims to simplify working with SQL databases in Go by offering additional features and utilities. Sqlx includes functions for working with query results, struct scanning, named parameters, and more. It enhances the productivity of Go developers when interacting with SQL databases like PostgreSQL by reducing boilerplate code and providing a more intuitive API.

Installation

  1. Clone the repository:

    git clone https://github.com/agusheryanto182/go-raide-hailing.git
  2. Go to folder go-raide-hailings

    cd go-raide-hailing
  3. Create a file .env

  4. Create a new database

  5. Copy this and paste it in terminal for migrate database

    make migrate-dev
  6. go run .

Documentation

  1. Postman

    https://documenter.getpostman.com/view/32137512/2sA3XLFjKN
  2. Database

    https://dbdiagram.io

About

Project Sprint Week 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published