Tech Stack: Python, Flask, Mongodb, and RQ
A platform to connect with people and share your thoughts. Let's you create a social group with role based access control.
- Python 3.6 or above.
- Flask and other Python libraries from the requirements.txt file.
- Mongodb installed with a local database connection established.
- Redis Queue installed with a local connection established.
- Copy the contents or make a repository for the social group app development folder.
- Install all the prerequisites.
- Run the run.py file using a python interpreter. ex : python3 run.py
- To run the scheduler scripts set the path to scheduler_tasks and run the scheduler script ex : python3 scheduler.py
Note: Make sure your path is properly set before running the file.