Skip to content

Simple PHP app with Slim. To demonstrate some simple CRUD interactions.

License

Notifications You must be signed in to change notification settings

jobtrek/php-slim-todo

Repository files navigation

Simple todolist with slim

v0.1.39

Dev

# Clone the repository

# Install dependencies
composer install

# Start php internal server
php -S localhost:8080 -t public

# Compile tailwind css classes
pnpm i # npm i
pnpm watch # npm run watch

# Create an empty database.db file, connect to it with sqlite
# Then use the create_database.sql file to create the table and fake data

About

Simple PHP app with Slim. To demonstrate some simple CRUD interactions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published