Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/neckerrman/laravel-baby-registry
- Owner: NECKERRMAN
- Created: 2022-10-10T12:31:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T10:23:37.000Z (5 months ago)
- Last Synced: 2024-07-23T12:30:34.764Z (5 months ago)
- Topics: laravel, mollie, php
- Language: PHP
- Homepage:
- Size: 7.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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