turingschool / turlink-be

0 stars 0 forks source link

README

Overview

This is the backend API repository for TurLink. TurLink is a link shortener app for the Turing community.
Frontend Repository
AI Microservice

Database Schema

dbdiagram


Setup and Testing

traditional setup

setup with docker

API Endpoints

User Registration

User Login

All Links for a User

Return full link when short link is given

Get all tags from database

Add a tag to a link

Remove a tag from a link

GET all tags for a specific link

Update Link Privacy