Colllect
Go to Colllect website and subscribe to get notified of the launch.
Introduction
Colllect is your new bookmark manager!
With it, you can manage your inspiration and resources into collections.
Project status
The project is in progress.
- API is ready with Swagger 2 support :)
- Front still WIP
Install & run
git clone git@github.com:Colllect/Colllect.git
cd Colllect/back
composer install
cd ..
cp .env.dist .env
docker-compose up