Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emadg-dev/myonlinestore


https://github.com/emadg-dev/myonlinestore

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Project:
An Online-shop project using django, html, css, and bootstrap.

you can view an online demo on this link:
http://emadnistam.pythonanywhere.com/

### Accounts:
```bash
- User Account:
username = 'user'
password = 'UsEr1@3$'

- Superuser Account:
username: 'admin'
password: '@dministraitor123'
```

## Installation

- Clone the project:
```bash
> git clone https://github.com/emadg-dev/MyOnlineStore.git
```

- Make and activate a venv :
```bash
> py -m venv venv_name
> venv_name\Scripts\activate
```

- Install requirements:
```bash
> pip install django
```

- run the project:
```bash
> py manage.py runserver
```

project local address http://127.0.0.1:8000