Skip to content

PlebeiusGaragicus/PlebChatDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlebChatDB

Ensure MongoDB is running

# run MongoDB
mongod --replSet "rs0" --dbpath /usr/local/var/mongodb

Run this project

# run the database API
# uvicorn src.app:app --reload --port 5101
sh run.sh

Run the admin panel

# run the admin panel
streamlit run admin_panel.py --server.port=5252

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published