Target: Store for buying products
Backend: server: flask database: sql-alchemy forms: wtfforms
Frontend: js: jquery html: jinja css: bootstrap
Fuctionallity:
- Sign up
- Sign in
- Sign out
- Search for a product
- Buy products
- Update or delete acccount
- View my orders
TODO:
- Save my cart (to cart table) for the next registration
- Filter the results with build-in filters e.g gender, color
- Improve search engine
- Add more products in one page with result pages view
- Forgot password form (optionally modal view)
- Email sending
- Admin page: a. See orders b. Upload products c. View statistics
- 404 page