wasp/examples/waspello
2024-10-10 17:05:02 +02: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 Bumps react-router-dom to v6 (#2256) 2024-09-30 13:21:46 +02:00
.gitignore Again updated default .gitignore: removed !.env.client. (#2090) 2024-06-10 20:37:40 +02: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 to 0.15.0 (#2321) 2024-10-04 13:53:34 +02:00
package-lock.json Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02:00
package.json Update migration doc for 0.15 and migrate apps (#2338) 2024-10-10 17:05:02 +02: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
schema.prisma Migrate Waspello to 0.14.0 (#2160) 2024-07-08 18:01:20 +02:00
tailwind.config.cjs Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
tsconfig.json Migrate Waspello to 0.14.0 (#2160) 2024-07-08 18:01:20 +02: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