A convenient and fun way to browse featured clothing & accessories from some of the best
clothing brands online, especially aimed at teenagers. With this web app, you can browse
products by any color you like or by trending colors, save products into favorites, and
share products with friends on social media.
Check out FRONTEND LIVE DEMO here!!
Check out API LIVE DEMO here!!
* Frontend : React & Redux
* Backend : Django
- Git Clone
git clone https://github.com/hivetechware1/HiveTechware.git
- Backend setting
cd backend
Python -m venv env
(For Mac) source env/bin/activate
(For Windows) env/Scripts\activate
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
# Open http://127.0.0.1:8000/posts/
# To have dummy data for testing run:
python manage.py fixtures/dummy-data.json
- Frontend setting
cd frontend
npm install
npm start
# Open http://127.0.0.1:3000/