wasp/examples/trello-clone-waspello/README.md
Filip Sodić 5e45dad54a
Make example app names more descriptive (#1512)
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
2023-10-16 16:29:44 +02:00

609 B

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. Check out the docs for details on how to setup PostgreSQL

You can 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