Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 676 Bytes

Foxxie

Anonymous Chat room using Django ASGI with profanity filter and sentiment analyzer.
The main purpose is to provide a safe space for people to vent their emotions out. Our goal is to help achieve a better future in the field of mental health.

  1. Install Docker
  2. Run redis server docker run -p 6379:6379 -d redis:5
  3. Install requirements using pip, from requirements.txt
  4. python ventroom/manage.py makemigrations
  5. python ventroom/manage.py migrate
  6. python ventroom/manage.py runserver

Using Docker

  1. docker build -t ventroom .
  2. docker run -p 8000:8000 ventroom

Made for Frosthack'21