https://github.com/paoloprodossimolopes/gopportunities
Basic CRUD application using GoLang to handle job opportunities
https://github.com/paoloprodossimolopes/gopportunities
backend gin-gonic ginswagger go go-orm golang gorm http job makefile opportunities sqlite webserver
Last synced: about 2 months ago
JSON representation
Basic CRUD application using GoLang to handle job opportunities
- Host: GitHub
- URL: https://github.com/paoloprodossimolopes/gopportunities
- Owner: PaoloProdossimoLopes
- Created: 2024-01-24T22:29:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T12:26:53.000Z (over 2 years ago)
- Last Synced: 2025-09-10T18:50:20.887Z (10 months ago)
- Topics: backend, gin-gonic, ginswagger, go, go-orm, golang, gorm, http, job, makefile, opportunities, sqlite, webserver
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Job opportunity
Using GoLang to delevelopment an application to create, delete, update and
find (basic CRUD operation) to handle job opportunity
[](https://insomnia.rest/run/?label=gopportunities%20API&uri=https%3A%2F%2Fgithub.com%2FPaoloProdossimoLopes%2Fgopportunities%2Fblob%2Fmain%2Fgopportunities-insominia-collection.json)
## How to use
1. clone the repository with command `git clone https://github.com/PaoloProdossimoLopes/gopportunities.git`
2. enter in `gopportunities` folder with command `cd gopportunities`
3. run the make file `make run`
## Acessing documentation
1. open the browser
2. access the page `http://localhost:8080/swagger/index.html`
3. try it out