Build and configur a url shorten service using .net core and deploy it on cloud.
- .Net Core 3.1
- Entity Framework Core 3.1.3
- NLog
- Swagger
- xUnit
- CRUD for tiny url
- Public APIs for developer
- Copy to clipboard
- Clone repository
- Open on visual studio 2019
- Check the connection string on appsettings.json (you may need to change the server name in appsettings.json and appsetting.Development.json)
- Open package manager console, select UrlShorten.EntityFrameworkCore project and run update-database
- Be sure UrlShorten.Web is set as startup project
- Use ctrl + f5 to run the project
- You can repalce appsetting.json "ShortenWebRootPath": "http://localhost:59326/api/Play/" with your own url mapping. also consider the related changes on appsettings.Development.json
Enjoy!!!