Skip to content
Snippets Groups Projects
Commit 877f3a87 authored by Edward Alexander Jaya's avatar Edward Alexander Jaya
Browse files

Add screenshots

parent f3cdd2f2
1 merge request!41Add screenshots
Pipeline #25254 passed with stage
in 1 minute and 14 seconds
// Environment Variables
var host = "http://192.168.1.5"
var backendPort = "8081"
var frontendPort = "3000"
var frontendPort = "80"
// For development
export const backendURL = host + ":" + backendPort
export const frontendURL = host + ":" + frontendPort
\ No newline at end of file
screenshots/config.png

176 KiB

screenshots/label.png

186 KiB

screenshots/login.png

100 KiB

0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment