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

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

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

[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](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