Social Media Activity
- Clone the repo:
$ git clone https://github.com/g1039/social-media-task.git
$ cd social-media-task
- Setup the virtualenv
$ virtualenv ve
$ source ve/bin/activate
- Install requirements:
$ pip install -r requirements.txt
- Run tests
$ pytest
- Start the application
$ python app.py