urandu / wesr-search-api

WESR Search API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loccate API

This is the backend for loccate

Architecture

alt text

Installation

  • Have docker installed
  • clone this repository git clone https://github.com/urandu/loccate.git
  • cd loccate
  • docker-compose up
  • docker-compose run api python manage.py createsuperuser
  • docker-compose run api python manage.py makemigrations
  • docker-compose run api python manage.py migrate

API swagger documentation

TODO

  • Add authentication

About

WESR Search API


Languages

Language:Python 97.2%Language:Dockerfile 2.8%