Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 338 Bytes

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