mehdi-essebbar / bootcamp-hackernews

A web application for news, kind of a clone of this https://news.ycombinator.com/news, but for learning purposes.
0 stars 0 forks source link

Django (Hacker-news clone)

This web application is intended to training purposes, in the context of a bootcamp, it implements a clone of the hacker news website

Backend: Django/ PostgreSQL

Technologies:

How it works:

Frontend:

Technologies:

What do I need to know to test the web application?

Issue Reporting

If you have found a bug or feature request, please report them at the repository issues section.

License

MIT

Acknowledgements

Thanks to the quick starting project by Rishabh Agrahari that demonstrate very well how to use django-allauth lib to authenticate with social accounts.