Skip to content

stanj98/gobank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Got it — here’s a very simple, clean README.md you can use:


# Golang PostgreSQL API with JWT implementation

A simple REST API built using Go and PostgreSQL.

## Features

- CRUD operations
- PostgreSQL database
- RESTful endpoints

## Setup

1. Clone the repo
```bash
git clone <your-repo-url>
cd <your-project-folder>
  1. Install dependencies
go mod tidy
  1. Configure database connection in code

  2. Run the app

go run main.go

Endpoints

  • POST /login
  • POST /transfer
  • GET /account
  • POST /account
  • GET /account/{id}
  • DELETE /account/{id}

Tech Stack

  • Golang
  • PostgreSQL

About

Simple bank simulations over REST APIs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors