Skip to content

croanlabs/backend-futurities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend of the Futurities project.

Dependencies

Install the following dependencies before running the project:

  • Docker
  • Minikube
  • Kubectl

Run the following command to allow Minikube to work with the Docker deamon:

eval $(minikube docker-env)

Usage

Running the project

Run the start script to execute the project locally:

./start.sh development

Clean restart

Run the restart script to delete the Kubernetes pods, services and deployments, re-build the nodejs-based Docker image to include your code and create the aforementioned Kubernetes entities again:

./restart.sh development

Clean

Run the clean script to delete all the Kubernetes entities created by this program:

./clean.sh

Verify results

The status of the created Kubernetes entities (including logs) can be checked through the minikube dashboard:

minikube dashboard

About

futurities - Backend projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •