provided Api service collection is a URL management and customizable service in .Net5
To run this project you need .net5 installed on your device
then use the commands blow in project's main directory to run the application:
git clone https://github.com/erfanmoshiri/UrlShortenerService
cd UrlShortenerService
install redis on your docker container using the command blow (using docker)
docker-compose -f .\docker-compose.yaml up
run the project on your localhost using the command blow
dotnet run
it will be run on port 5001
you can access a list documentations to the APIs and test them using the address below
https://localhost:5001/swagger
Pull requests are welcomed. For major changes, please open an issue first to discuss what you would like to change.
@erfanmoshiri