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
- Host: GitHub
- URL: https://github.com/ademayowa/go-restapi-v2
- Owner: Ademayowa
- Created: 2025-01-01T20:52:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-21T21:29:08.000Z (over 1 year ago)
- Last Synced: 2025-03-20T13:33:28.289Z (over 1 year ago)
- Topics: gin-framework, go, sqlite
- Language: Go
- Homepage: http://job-board-v3.vercel.app/
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building REST APIs With Go, SQLite, and Gin
- Go
- [SQLite](https://github.com/glebarez/go-sqlite)
- Gin
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.