To make it more comfortable, there are folders, and you can group your bookmarks by folders. Furthermore, there are breadcrumbs, that help you with navigation between folders.
- Pull the repository
- Install Postgresql, .Net 7.0, and Redis, if you haven't installed them
- Run Postgresql
- Run Redis
- Go to the Bookmark.Manager.API folder and run
dotnet build - After the build is finished successfully, run the application using the command
dotnet run. Ensure, that the application has been started on 6001 port. - Go to Bookmark.Manager.Client folder and run
dotnet build - After the build is finished successfully, run the application using the command
dotnet run - Enjoy!