HolyGrail is a clothing website clone that resembles Grailed. HolyGrail can be used to shop high quality attire. As well as sell your own clothing. This is the perfect website for anyone looking to buy or sell authentic, luxury, vintage apparel.
Frameworks, Platforms and Libraries:
Database:
Hosting:
Clone the project
git clone https://github.com/SA-Ark/HolyGrail.git
git clone git@github.com:SA-Ark/HolyGrail.git
Install dependencies
pip install -r requirements.txt &&
flask db upgrade &&
flask seed all
cd react-app
npm install --prefix react-app
Start the server
pipenv run flask run
In seperate terminal
cd react-app
npm start
You can access the Login Page and Signup Page from here. As well use the demo user button to explore the websites functionality while logged in.