An open API service indexing awesome lists of open source software.

https://github.com/ademayowa/go-restapi-v2

REST APIs for a job board app built with Go, Gin, and SQLite
https://github.com/ademayowa/go-restapi-v2

gin-framework go sqlite

Last synced: about 2 months ago
JSON representation

REST APIs for a job board app built with Go, Gin, and SQLite

Awesome Lists containing this project

README

          

# Building REST APIs With Go, SQLite, and Gin

## ⚙️ Tech Stack

- Go
- [SQLite](https://github.com/glebarez/go-sqlite)
- Gin

## 🤸 Quick Start

Follow these steps to set up the project locally on your machine.

**Prerequisites**

Make sure you have the following installed on your machine:

- [Go](https://go.dev/doc/install)
- [Gin](https://gin-gonic.com/docs/quickstart/)

**Cloning the Repository**

```bash
git clone https://github.com/Ademayowa/go-restapi-v2
```

**Installation**

Install the project dependencies:

```bash
go mod download
```

**Running the Project**

```bash
go run main.go
```

Open [http://localhost:8080/jobs](http://localhost:8080/jobs) in your browser to view all jobs.