Simple web app for creating packing lists for alpine adventures
|
|
1 долоо хоног өмнө | |
|---|---|---|
| admin | 1 долоо хоног өмнө | |
| README.md | 1 долоо хоног өмнө | |
| config.php | 1 долоо хоног өмнө | |
| db.php | 1 долоо хоног өмнө | |
| index.php | 1 долоо хоног өмнө | |
| list.php | 1 долоо хоног өмнө | |
| packing.php | 1 долоо хоног өмнө | |
| schema.sql | 1 долоо хоног өмнө | |
| submit_activities.php | 1 жил өмнө |
PackIt is a smart packing list generator for outdoor activities. Select the activities you're planning — camping, skiing, kayaking, and more — and PackIt produces a deduplicated, grouped checklist of everything you need to bring.
/admin/ lets you manage all content:
schema.sql)Create the database by running schema.sql:
mysql -u <user> -p < schema.sql
Copy config.php and set your database credentials.
Serve the project with any PHP-capable web server (Apache, Nginx, PHP built-in server).
Open the site in a browser and start selecting activities.
| Username | Password |
|---|---|
admin |
packit-admin |
Change the password after first login.
index.php Activity selection page
list.php Processes selection, stores hash, redirects
packing.php Displays the shareable packing list
db.php PDO connection helper
config.php Database credentials
schema.sql Database schema and sample data
admin/
index.php Dashboard
activities.php Manage activities
activity_groups.php Manage activity groups
items.php Manage items
item_groups.php Manage item groups
mappings.php Manage activity-to-item mappings
login.php / auth.php Authentication