versiont-api-example

versiont

Index

🚀 Project Summary

REST API versioning and swagger

👨‍💻️ Technologies Used

This project was developed using the technologies bellow:

BackEnd

IDE


📦️ How to run the project

To clone the project, use the commands bellow:

  # Clone the repository
  ❯ git clone https://github.com/hstrada/versiont-api-example.git

  # Enter directorycd versiont-api-example/BackEnd/Versiont.WebApi
  
  # Run the project
  ❯ dotnet run

🤔️ How can you contribute?

  1. Create a branch with your feature:
    • $ git checkout -b my_feature
  2. Commit your branch:
    • $ git commit -m "feature: My new feature"
  3. Submit your branch:
    • $ git push origin my_feature