Using GoLang to delevelopment an application to create, delete, update and find (basic CRUD operation) to handle job opportunity
- clone the repository with command
git clone https://github.com/PaoloProdossimoLopes/gopportunities.git - enter in
gopportunitiesfolder with commandcd gopportunities - run the make file
make run
- open the browser
- access the page
http://localhost:8080/swagger/index.html - try it out