Skip to content

Basic CRUD application using GoLang to handle job opportunities

Notifications You must be signed in to change notification settings

PaoloProdossimoLopes/gopportunities

Repository files navigation

Job opportunity

Using GoLang to delevelopment an application to create, delete, update and find (basic CRUD operation) to handle job opportunity

Run in Insomnia}

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