Skip to content
Dhruv Makwana edited this page Nov 30, 2024 · 3 revisions

Welcome to the CipherTalk wiki!

This is in-detail guide on how to setup the project

  1. Create virtual environment in python and install the requirements.

    python -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
  2. Setup self-managed MongoDB server. Refer to this page.

  3. Install npm packages for frontend. cd into frontend

    npm install
Clone this wiki locally