Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neckerrman/laravel-baby-registry

An online baby registry with scraped products from the web and payment features with Mollie. Password secured baby registries with safe access for family and friends, complete with one step checkout.
https://github.com/neckerrman/laravel-baby-registry

laravel mollie php

Last synced: about 2 months ago
JSON representation

An online baby registry with scraped products from the web and payment features with Mollie. Password secured baby registries with safe access for family and friends, complete with one step checkout.

Awesome Lists containing this project

README

        

# Storksie | babyregistries made easy

## Author

This application is created by

------------------------------------------------------------------------------------------
```
____ ____ ____ _____ __ ____ _______ ________________ __ __________ ______
/ __ \/ __ \/ __ )/ _/ | / / / __ \/ ____/ | / / ____/ ____/ //_// ____/ __ \/ ____/
/ /_/ / / / / __ \ / // |/ / / / / / __/ / |/ / __/ / / / ,< / __/ / /_/ / __/
/ _, _/ /_/ / /_/ // // /| / / /_/ / /___/ /| / /___/ /___/ /| |/ /___/ _, _/ /___
/_/ |_|\____/_____/___/_/ |_/ /_____/_____/_/ |_/_____/\____/_/ |_/_____/_/ |_/_____/
```
------------------------------------------------------------------------------------------

## Link

Not longer maintained and deployed.

## How to use Storksie?

1. Create an account
2. Create a registry with a suitable password (this password will give others access to your registry)
3. Add the articles you would like to receive
4. Send the registry link (along with your chosen TOP SECRET password) to friends and/or family
5. Wait for the first email that an item has been bought!

## Deployment @home

* Clone this repo
```
git clone [email protected]:NECKERRMAN/laravel-baby-registry.git
```

* Cd into /laravel-baby-registry

* Copy .env.example file to .env on the root folder and fill in correct details

* Run the following commands:
```
- composer install
- php artisan key:generate
- npm install && npm run dev
- php artisan migrate
- php artisan serve
```

* Storksie is now ready on your localhost