wasp/examples/waspello
2022-11-26 10:02:25 -05:00
..
migrations Renames auth method EmailAndPassword to UsernameAndPassword (#696) 2022-08-24 10:32:46 -04:00
src Update example versions (#836) 2022-11-26 10:02:25 -05: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
main.wasp Update example versions (#836) 2022-11-26 10:02:25 -05:00
README.md Add README for [example/Waspello] (fix #663) (#738) 2022-10-12 14:39:23 +03:00

Waspello

Waspello is a trello clone app made with Wasp.

This app is deployed at https://waspello.netlify.app/.

The backend is hosted on Heroku - @matijaSos

Development

Database

Wasp needs the Postgres database running. Check out the docs for details on how to setup PostgreSQL

Running

wasp start