Anon Web3 Chat using Cosmos address for sign-up
Follow these steps to set up the project, including a virtual environment and the PocketBase database.
This section guides you through setting up a Python virtual environment and installing dependencies from requirements.txt.
python -m venv venv
venv\Scripts\activatepython3 -m venv venv
source venv/bin/activatepip install -r requirements.txt
Deactivate the Virtual EnvironmentdeactivateFollow these steps to set up PocketBase and initialize the database.
Download PocketBase (If Not Installed)
If you haven't already, download the latest PocketBase binary from the official site: https://pocketbase.io/docs/
Alternatively, install it using:
curl -fsSL https://pocketbase.io/install.sh | bashRun and Set Up the Admin User
./pocketbase serveActivate your Virtual Environment
Ensure your virtual environment is activated before starting the project.
Start or Stop the Project
Start
./start.shStop
./stop.shYour project is now set up and ready to run! 🚀
Project urls:
Frontend
http://127.0.0.1:8090Database frontend
http://127.0.0.1:8090/_/API
http://127.0.0.1:8090/api/websocket
http://127.0.0.1:8000/ws/