Skip to content

Trebuchet-ltd/twitter

 
 

Repository files navigation

Connect

Installation

Docker is required to run this project. If you don't have docker installed, you can download it from here

Steps

  1. Clone this repo
    git clone https://github.com/rohittp0/guider.git
  2. Create a venv and activate it
    • Linux / MacOs
    python3 -m venv venv
    ./venv/bin/activate
    • Windows
    python3 -m venv venv
    venv\Scripts\activate
    
  3. Install dependencies
    pip install -r requirements.txt
  4. Rename the .env.example to .env and edit the values in it
  5. Set up the database
    docker compose up -d
  6. Apply migrations
    python manage.py migrate
  7. Enable sign in with Google
    python manage.py createsocial
  8. Create an admin user account ( Optional )
    python manage.py createsuperuser

That's it, now you should be able to start Connect by running,

python manage.py runserver

Open http://localhost:8000 in your browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 39.4%
  • Python 36.2%
  • HTML 24.4%