Skip to content

Proposed admin dashboard for E-Board to manage events, announcements and participation. No longer in use.

Notifications You must be signed in to change notification settings

uclassa/nasilemak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains a docker image that allows running streamlit web application.

Development Usage

Build the container

docker build -t ssa_admin_page .

Run the container and mount the source code

docker run -d --name admin_page -p 8501:8501 -v $PWD/src:/src ssa_admin_page:latest

After making changes to the source code, you must restart the container to view changes

docker restart admin_page

View the app at: http://localhost:8501

About

Proposed admin dashboard for E-Board to manage events, announcements and participation. No longer in use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published