Create a simple form
Budget: ₹600 – ₹1,500 INR
1. Start the Django project to serve one static page.
2. Add a Person model with name and email fields. Create a form and a view to save new people to the database. Use Postgres as a database.
3. Add a page listing all the Person models with a filter form on the top to search people by name and email.
4. Use your favourite JS framework to make the same filtered list on a separate page (use Django rest framework to access the database).
2. Add a Person model with name and email fields. Create a form and a view to save new people to the database. Use Postgres as a database.
3. Add a page listing all the Person models with a filter form on the top to search people by name and email.
4. Use your favourite JS framework to make the same filtered list on a separate page (use Django rest framework to access the database).