followerr
A social network.
You will need an elasticsearch server running on port 9200 for all the functionality to work.
To start:
- Open cmd and navigate to root directory containing "manage.py".
- Run "pip install -r requirements.txt".
- Run elasticsearch server on your machine.
- Run "python manage.py search_index --rebuild".
- Run "python manage.py runserver".
- Go to "localhost:8000" to view the app.