Skip to content

VivianVidal/Ecommerce-com-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ecommerce API 💻

TechnologiesGetting 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.

💻 Technologies

  • Python
  • Flask

🚀 Getting started

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.

Prerequisites

Here you list all prerequisites necessary for running your project.

Cloning

How to clone my project

git clone [https://github.com/VivianVidal/Ecommerce-com-Flask.git]

Config .env variables

Create venv in terminal

-python -m venv .venv
-.venv/Scripts/activate

Starting

-pip install -r requeriments.txt
-python manage.py run 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages