This is a web application built with Flask for an online marketplace. It allows users to browse, buy, and sell items. User need to create an account and login before accessing the market.
- Clone the repository:
git clone https://github.com/KevinA-cpu/FlaskMarketplace.git - Navigate to the project directory:
cd FlaskMarketplace - Make sure to install Flask and other dependencies if needed.
To run the application locally:
- Set the
FLASK_APPenvironment variable to your entry point file:export FLASK_APP=main.py - Run the Flask application:
flask run
Open your web browser and navigate to http://localhost:5000 to view the application.