Flip Food

Flip food is a simple Django application built to simulate a complete buying and selling market platform.

By entering some required information like name, address, profile photo etc. any one can become a user. Facilities are only activated after they verify their account. The current verification method is clicking on a link sent on their emails.

Login page of Flip Food applicationRegistration page of Flip Food application
Login and Registration pages for the user

Users can put up their items for sale, all of which is visible on the main page.

Pagination is used to display a portion of all items present on the site.

Pagination buttons on flip food
Use of pagination in Flip Food

Cart feature is enabled so that users can buy multiple objects at the same time.

Cart page of flip food application
Cart in flip food

Bootstrap was used to design a responsive User Interface.

A demo version of Paypal is also integrated to facilitate demo payments (as this is not a real market, for now).

You can find the code on github