changes to readme, and addtaxonomy

This commit is contained in:
Sam
2021-02-12 12:34:08 +00:00
parent e5fdeb7cdb
commit bd8d05bd39
2 changed files with 19 additions and 9 deletions

View File

@@ -5,9 +5,10 @@ This README aims to document functionality of backend as well as required steps
## Table of Contents
- [First Steps](#first-steps)
- [Location Data](#location-data)
- [Load location data](#load-location-data)
- [Load taxonomy data](#load-taxonomy-data)
- [Endpoints](#endpoints)
- [Data Load](#data-load)
- [Massive Data Load Endpoints](#massive-data-load-endpoints)
- [GeoIP Setup](#geoip-setup)
- [Development Utils](#development-utils)
@@ -35,13 +36,20 @@ python manage.py migrate
- Start server in development mode: `python manage.py runserver`
## Location data
### Load Location Data
To load initial location data use: `python manage.py loadgisdata`
## Endpoints
### Load Taxonomy Data
This data serves as initial Tags
To load initial set of tags: `python manage.py addtaxonomy`
## Endpoints
### User Management
@@ -146,7 +154,7 @@ Endpoint url: `/api/v1/stats/`
logs about user interaction with products links
### Geo location
## Geo location
Location ednpoints:
@@ -156,7 +164,7 @@ Location ednpoints:
- `/api/v1/cities/`
## Load Data
## Massive Data Data Endpoints
### COOP and Managing User Data Load