Django/Bootstrap4/Mysql
I love 🛍️
- Python 2.7. x or 3.4. x.
- easy_install and Pip.
- Git.
- virtualenv.
- Django.
- Database (SQLite, MySQL, PostgreSQL, MongoDB, etc.)
- Text editor (Sublime, vim, Komodo, gedit)
- Grab a copy of the project.
- Create a virtual environment and install dependencies.
- Enter your database settings in settings.py.
- Initialize your database.
- Run the development server to verify everything is working..
git clone ecommerce.git
mkvirtualenv ecommerce
pip install -r requirements.txt
python ./manage.py syncdb
python ./manage.py migrate
If your app has a custom user model, you'll need to create a new superuser for the admin.
python ./manage.py createsuperuser
python ./manage.py runserver
- MySql - Backend
- Django - Python Web framework to handle th backend application layer
- Bootstrap -The CSS framework was used to build the front-end
©right copyright ShopWorld