Technologies • Getting Started •
The project is an API that simulates an e-commerce system. With it, you can list products, add items to the shopping cart, and check out items. In the project, authentication is required for some functions, which I will leave below. It is integrated with an SQLite database that allows changes made to be saved. To authenticate, please use the following credentials: username: admin and password: 123.
- Python
- Flask
Open the project in VisualStudio Code, Create a python Environment and installed in terminal the requeriments, run the python in app.py. Open the Postman e executed the API.
Here you list all prerequisites necessary for running your project.
How to clone my project
git clone [https://github.com/VivianVidal/Ecommerce-com-Flask.git]
Create venv in terminal
-python -m venv .venv
-.venv/Scripts/activate
-pip install -r requeriments.txt
-python manage.py run