A interaction portal to post and comment on messages
An interaction portal where a user can add posts, comment on other users’ posts, like posts. Staff users can create groups, can add users to the group, remove user from the group
Download required packages:
pip install -r requirements.txt
This project uses redis in backend
For Windows: Download memurai
You can change the settings of the project in settings.py
Add a .env file in the root directory, specify the variables:
GOOGLE_CLIENT_ID = your_google_client_id
GOOGLE_SECRET = your_google_secret
Create media folder in the root directory and add avatar.png (Default proflie pic for user)
Run the following commands: (for database)
python manage.py makemigrations
python manage.py migrate
Run the server:
python manage.py runserver