ariwez / shortest_drf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Url Shortener REST API

  • create .env file based on .env.dist
  • run make run-app to start the app at http://localhost:8000
  • run make run-migrate to apply migrations
  • run make run-tests to run tests

Swagger documentation is available at http://localhost:8000/swagger

About


Languages

Language:Python 95.4%Language:Makefile 3.7%Language:Dockerfile 0.9%