22 lines
408 B
Markdown
22 lines
408 B
Markdown
# LaTiendaCOOP backend
|
|
|
|
This README aims to document functionality of backend as well as required steps to get it up and running.
|
|
|
|
## Table of Contents
|
|
|
|
- [First Steps](#first-steps)
|
|
|
|
|
|
## First Steps
|
|
|
|
- Clone repository:
|
|
`git clone git@bitbucket.org:enreda/back-latienda.git`
|
|
- From inside the project's folder:
|
|
```
|
|
python manage.py makemigrations core companies products history stats
|
|
python migrate
|
|
|
|
```
|
|
|
|
|