A full-stack web application for any sneaker store.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Sneaker Avenue is a Flask-based web application for creating a sneaker store. It utilizes Flask as the primary framework for web development in Python, along with various libraries and components.
The technologies I used to build this web application can be seen in the repository tags.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to identify things you need to use the software and how to install them.
- pip
pip install -r requirements.txt
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Install pip packages (and all dependencies)
pip install #or equivalent
- Clone the repo
git clone https://github.com/modemobpsycho/FlaskWebApp-sneakerStore.git
- Access
http://127.0.0.1:5000
- Run
export FLASK_APP=main.py
- Run
python main.py #or just "main.py" if virtualvenv == activate
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
All information about how you can contact me is in my profile: Click!
Project Link: https://github.com/modemobpsycho/FlaskWebApp-sneakerStore
In this section I will show you a project.
Ability to search for products by category.
Adding and removing products from your favorites.
Ability to search for products upon request.
A cart of products has been organized.
Page for filling out order information.
Page for viewing confirmed orders.