wasp/examples/waspello
2023-01-04 15:30:37 +01:00
..
migrations Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +01:00
src Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +01:00
.gitignore Adapt example apps to project struct change (#809) 2022-11-11 18:58:29 +01:00
.wasproot Adapt example apps to project struct change (#809) 2022-11-11 18:58:29 +01:00
fly.toml Waspello: updated readme + added deployment config. 2023-01-04 15:30:37 +01:00
main.wasp Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +01:00
postcss.config.js Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +01:00
README.md Waspello: updated readme + added deployment config. 2023-01-04 15:30:37 +01:00
tailwind.config.js Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +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. Check out the docs for details on how to setup PostgreSQL

Running

wasp start