Hacker News new | ask | show | jobs
by r4victor 2711 days ago
Since you're already familiar with Python, I would recommend it for the backend. Take a look at Django and Flask frameworks. Django has an ORM and fits well for a typical CRUD application. Flask is a more lightweight tool. Both are quite mature and pleasant to work with.