wasp/examples/waspello
2024-03-18 17:47:32 +01:00
..
migrations Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
public Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
src Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
.gitignore Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
.waspignore Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01: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 Bumps Wasp version in docs and example apps (#1902) 2024-03-18 17:47:32 +01:00
package-lock.json Bumps Wasp version in docs and example apps (#1902) 2024-03-18 17:47:32 +01:00
package.json Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +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 Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
tsconfig.json Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01:00
vite.config.ts Migrating Waspello to 0.12 (#1825) 2024-03-10 22:56:58 +01: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