Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Title

  • Flask API for authentication users using JWT

Starting up flask app

Clone github repositiry to your machine

Clone repo

  git clone https://github.com/w1erley/kpi_backend.git

Go to directory

  cd kpi_backend

Run through docker compose

(Optional) Change app port

  nano docker-compose.yaml
   environment:
     PORT: "<your port>"
   ports:
     - "<your port>:8080"

Build and run docker compose

  docker compose build
  docker compose up

About

Flask API for authentication users using JWT

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages