wasp/examples/waspello
2024-01-12 18:28:23 +01:00
..
migrations Injected auth models (#1583) 2024-01-03 14:40:08 +01:00
src Injected auth models (#1583) 2024-01-03 14:40:08 +01:00
.gitignore Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
.wasproot Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
env.server Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
fly.toml Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
main.wasp Injected auth models (#1583) 2024-01-03 14:40:08 +01:00
postcss.config.cjs Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00
README.md Merge branch 'release' 2024-01-12 18:28:23 +01:00
tailwind.config.cjs Make example app names more descriptive (#1512) 2023-10-16 16:29:44 +02:00

Waspello

Waspello is a trello clone app made with Wasp.

This app is deployed on Netlify at https://waspello-demo.netlify.app/.

The backend is hosted on Fly.io at https://waspello.fly.dev.

Development

Database

Wasp needs the Postgres database running.

Easiest way to do this is to use wasp start db to start a PostgreSQL locally using Docker.

Env variables

Copy env.server to .env.server and fill in the values.

Running

wasp start