Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.12 KB

gopportunities

I built this little api to learn Go and it's concepts following a video from @arthur404dev

🛠 Technologies

This project was developed with the following technologies:

📱💻 Instructions

## 1. Clone repo
git clone https://github.com/guivictorr/gopportunities.git

## 2. Change to project folder
cd gopportunities

## 3. Install dependencies
go mod tidy

## 4. Run the app
go run main.go

🤔 How to contribute

  • Fork this repository;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: My new feature';
  • Push to your branch: git push origin my-feature.

Once your pull request has been merged, you can delete your branch.

📝 License

This project is under the MIT license. See the LICENSE file for more details.