# README
Toolbox
This project will be an fullstack project with the goal to let it available to the public short functionalities that you'll need some day or you'll use in you day-to-day.
📝 Table of Contents
🧐 Problem Statement
When we need some short functions as document converting, password generation, or short some URL, we have to go and search for so many websites, this will generate a memory problem in your machine.
- IDEAL: It has to be a secure API with request limit for it, as it will be an open API, and it has to have intuitive documentation for another usage purposes for public developers.
- REALITY: Still in development
💡 Idea / Solution
Unify all these functions to one simpel and intuitive website to all public with all ages.
This repository will be the backend of it.
It will be one endpoint for each short functionality
🚀 Future Scope
- URL Shortener API endpoint
- PDF converter API endpoint
- Password generator API endpoint
- Request limit
🏁 Getting Started
Clone the project
git clone https://github.com/pedrohrbarros/toolbox_backend
Prerequisites
Install Golang
Installing
Install all dependecies
go get ./go.sum
🎈 Usage
Please follow the official Swagger Documentation