Skip to content
This repository has been archived by the owner on Oct 30, 2021. It is now read-only.
/ api Public archive

The backend api for the kemu kupu application, handles user logins and user data.

Notifications You must be signed in to change notification settings

kemukupu/api

Repository files navigation

Backend Api

Getting Started

Deployment We assume that you are familiar with docker and docker-compose.

git clone https://github.com/JosiahBull/api/ --recursive
cd ./api
cp .example.env .env
nano .env #Update required configuration options

docker volume create api-pgdata

chmod +x ./initalize_server.sh

docker-compose --env-file .env up

About

The backend api for the kemu kupu application, handles user logins and user data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages