Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emadg-dev/myonlinestore
https://github.com/emadg-dev/myonlinestore
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emadg-dev/myonlinestore
- Owner: emadg-dev
- Created: 2023-06-30T15:34:02.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-19T11:00:11.000Z (8 months ago)
- Last Synced: 2024-05-19T12:22:15.675Z (8 months ago)
- Language: HTML
- Size: 8.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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