Skip to content

Latest commit

 

History

History
91 lines (67 loc) · 1.76 KB

README.md

File metadata and controls

91 lines (67 loc) · 1.76 KB

Moderly

A platform with ready to use, predefined AI models for easy integration and fast deployment empowering businesses and startups.

Table of Contents:

Getting Started

Prerequisites

  • Python 3.9 or higher
  • Pip
  • Virtualenv
pip install virtualenv

Installation and Usage

1. Clone the repository

git clone https://github.com/Szymqn/Moderly.git

2. Create a virtual environment

python -m venv venv

3. Activate the virtual environment

.\.venv\Scripts\activate

4. Install the dependencies

pip install -r .\requirements.txt

5. Run the application

python .\manage.py runserver

6. Open the browser and go to the following address

http://127.0.0.1:8000/

Main Features

  • Custom Login and Registration
  • GitHub Integration
  • Customers comments
  • Order history
  • RGB color picker

Screenshots

Home page

home page

Login page

login page

Registration page

register page

Slider

slider

Products page

products

Cart

cart

Order history

order history

Order details

order details

License

MIT License available in file LICENSE