Skip to content

jeanth20/MAMMOTHON-Thawk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAMMOTHON-Thawk

Anon Web3 Chat using Cosmos address for sign-up

Setup Instructions

Follow these steps to set up the project, including a virtual environment and the PocketBase database.


1. Create and Activate a Virtual Environment

This section guides you through setting up a Python virtual environment and installing dependencies from requirements.txt.

Create Virtual Environment

Windows

python -m venv venv
venv\Scripts\activate

Linux / Mac

python3 -m venv venv
source venv/bin/activate

Install Dependencies

pip install -r requirements.txt
Deactivate the Virtual Environment
deactivate

2. Set Up PocketBase

Follow 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 | bash

Run and Set Up the Admin User

./pocketbase serve

3. Run the Project

Activate your Virtual Environment

Ensure your virtual environment is activated before starting the project.

Start or Stop the Project

Start

./start.sh

Stop

./stop.sh

Your project is now set up and ready to run! 🚀

Project urls:

Frontend

http://127.0.0.1:8090

Database frontend

http://127.0.0.1:8090/_/

API

http://127.0.0.1:8090/api/

websocket

http://127.0.0.1:8000/ws/

About

Anon Web3 Chat using cosmos address as sign up

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors