/Oscar-Django

Oscar-Django combines the power, extendibility, scalability, and security that Python and Django is known for. While building itself as a headless solution for any business small to enterprise.

Primary LanguageJavaScript

Oscar-Django

To get started with this project you will need the following on your system:

Project supports Windows, Linux, and Mac (tested on Windows)

Postgresql (supports Mysql, SQlite, Mongodb)

To change database, go to shop/settings.py file and update database section with database you want You will also need Git, Text Editor such as Visual Studio Code, and Python 3

git clone https://github.com/bastianhilton/Oscar-Django.git

cd Oscar-Django

pip install -r requirements.txt

python manage.py migrate

python manage.py createsuperuser

python manage.py runserver

Frontend is located at localhost:8000

Administration area (dashboard) is located at localhost:8000/admin/