https://github.com/ichinga-samuel/hacker-news
https://github.com/ichinga-samuel/hacker-news
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ichinga-samuel/hacker-news
- Owner: Ichinga-Samuel
- Created: 2021-07-11T17:26:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T16:18:48.000Z (over 1 year ago)
- Last Synced: 2024-11-12T21:34:01.734Z (about 1 year ago)
- Language: CSS
- Size: 4.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker-News
## Django Backend Project
### Features
- Pull data from [HackerNews](https://hackernews.api-docs.io/v0/overview/introduction) web api.
- Postgres Database.
- Docker-Compose to couple webapp and database services.
- Custom management commands to populate database.
- **populate:** populate database with latest and top stories
- **walkback:** Walk back from the the maximum item to any number specified.
- Use customized asynchronous task queues for pulling large amount of data form the api concurrently.
- Email and username login.