franc-interview
A Franc coding challenge.
The Challange - A social media time line
A timeline consists of all your tweets plus all the tweets of people you follow ordered chronologically.
Notes
- We don't expect you to spend all day on this. We are just looking for a functional proto-type.
- Feel free to contact us to clarify an details. We are here to help you.
Instructions on running the application
- You'll need python installed. 3.7+ recommened.
- Install the dependencies
pip install -r requirements.txt - Once flask is installed use
python app.pyto start the application
In scope
- Being able to view the registered user's timeline where the posts are ordered chronologically
Out of scope
- Registering new users
- Posting new tweets
- Authentication
If you get stuck
- Please reach out to us for anything
- This is a flask application - here is some documentation: https://flask.palletsprojects.com/en/1.1.x/
- Python https://www.python.org/
Tips
- Try to get the example working.
- See if you can get a single users timeline.