Presento is a service that helps people to find the perfect gift for their loved ones. It has a variety of options for any age, gender, occasion and even budget. It’s a small service that can be improved and many other features can be added to it. Moreover, it can be added as a part of a big marketplace service. From the user's perspective, it’s an easy way to solve a very common but so complicated question: What gift should I bring? At the same time from the business perspective, it’s one more opportunity to advertise the product that you are selling.
- JWT authenticated:
- You can add more gifts through admin panel: /admin/
- Managing authentication & user registration
- Searching gifts using various filters: age, gender, occasion, budget, likes
Docker should be installed
Open terminal and run:
git clone https://github.com/Terrrya/Library-service.git
cd Library-service
Create in root directory of project and fill .env file as shown in .env_sample file
docker compose -f docker-compose-local.yml up
Open in browser: localhost/
Don't forget to fill .env file as shown in .env_sample.
You can use following:
- superuser:
- Email: admin@admin.com
- Password: test12345
Or create another one by yourself