A1-Store
- Github URL: Project Link
The project was developed using Python, Django, and SQL through Postgres. RESTful architecture principles were followed to ensure the application is robust, scalable and can handle large amounts of data. This project is an e-commerce website that allows users to browse and purchase products online. The website has a main page where users can view a list of available products. Upon clicking on a product, the user is taken to the product details page where they can see information about the product such as price, size, and color options. Before adding the product to their cart, the user is prompted to log in using their username and password. New users can sign up for an account by clicking on the "sign up" button in the navigation bar. Once a user has logged in, they can add products to their cart and proceed to checkout. Overall, the A1-Store is an excellent example of a CRUD (Create, Read, Update, Delete) application that demonstrates the power of modern web development technologies. The goal of the project is to provide a user-friendly and convenient shopping experience for customers looking to buy products online.