Skip to content

dee-el/waizlytest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Waizlytest

Table of Contents

Introduction

This Go application demonstrates a simple CRUD system with features like register, login, get profile and updating profile. It uses the go-chi/chi router and PostgreSQL as the database.

Prerequisites

Before running the application, ensure you have the following installed:

  • Go (version 1.16 or higher)
  • PostgreSQL

Installation

  1. Clone the repository:

    git clone https://github.com/dee-el/waizlytest
    cd waizlytest
  2. Install dependencies:

    go mod download
  3. Set up the PostgreSQL database with the provided DDL in database.sql. Please open the comment to create your own database.

  4. Update the configuration on conf.yaml

  5. Run the application:

    go run main.go

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages