Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1.62 KB

README.md

File metadata and controls

57 lines (36 loc) · 1.62 KB

INSTRUCTION COMPLEXITY LINE METHOD CLASS

💀 Resume API 💀

💭 What is it?

Resume-API is a REST API based on my career as a Software Engineer. You will have access to all the information about my work experiential and educational.

Context diagram about application

You can view all information about application here: Wiki

❓ How can I see or use it?

  • You can view it via browser:

https://untalsanders.github.io/resume

🚀 How to start?

  • Install Java 17, go to SDKMAN for install SDKMAN.
sdk install java x.y.z-vendor
  • Set up JVM default
export JAVA_HOME='$HOME/.sdkman/candidates/java/current'
  • Clone this repository
git clone https://github.com/untalsanders/resume-api.git
  • Run application
./gradlew bootRun

🐺 Author

🔓 License

This project is open-sourced software licensed under the MIT licence. Created by Sanders Gutiérrez.