Skip to content

onTrek/backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ontrek Backend

This repository contains the backend for the Ontrek application.

Requirements

  • Docker installed on your machine

How to run the backend with Docker

  1. Build the Docker image
sudo docker build -t ontrek-backend .
  1. Run the container
sudo docker run --name ontrek -p 3000:8080 ontrek-backend

About

OnTrek RESTful API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages