Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/melizeche/ecomfree

Experimento de crear un sitio web de ecommerce desde cero
https://github.com/melizeche/ecomfree

Last synced: 3 months ago
JSON representation

Experimento de crear un sitio web de ecommerce desde cero

Awesome Lists containing this project

README

        

# EcomFree

## Instrucciones

```
git clone [email protected]:melizeche/ecomfree.git
cd ecomfree
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```

```
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```