Since the payment system has recently been replaced and made easier We will create a spot sale service for smartphones.
Whether you open a store or purchase a store on such a screen, we will make it a free service and complete it with just a smartphone. Unlike conventional online shop services, creating a map on the quarter view creates a sense of intimacy between circles and a flow line for purchasers. Also, as it is a spot sale event, it provides a chat function to connect sellers and buyers.
I will make it in the order of
Login function and foundation https://github.com/nagai/freemarket
https://github.com/nagai/freemarket/blob/master/server/controller/user/api/account.py#L21
When you start the app, a login request is sent to the server and the server returns an AuthToken. By always including this AuthToken in the header when sending a request from the application It simply authenticates if you logged in last.
DB design and coding for creating item management functions
Recommended Posts