This project is an API for music events managment.
Project is created with:
- Nodejs
- Express
- Mongodb
See the Getting Started document.
NOTE: Contact admin to get the password
Use scripts .env_decryption.sh
and .env_encryption.sh
Follow these instructions to run this project locally on MacOS:
- Minikube is an open source tool that enables you to run Kubernetes on your laptop or other local machine Read More:
$ brew install minikube
- The kubectl command line tool lets you control Kubernetes clusters Read More:
$ brew install kubernetes-cli
- Skaffold is a command line tool that facilitates continuous development for Kubernetes Read More:
$ brew install skaffold
- Create the vm machine or start running installed machine:
NOTE: You have to install a hypervisor if is not installed in your machine.
$ minikube start
- Enable the ingress
$ minikube addons enable ingress
- Inside codebase directory run:
$ skaffold dev
- Get the ip address for testing purpose:
$ minikube ip
Enjoy development 🎉🎉🎉🎉