wasp/examples/waspello
Mihovil Ilakovac 84766299cb
Upgrades Waspello to work with latest version (#1273)
* Upgrades Waspello to work with latest version

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Updates instructions

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-06-21 19:46:51 +02:00
..
migrations Waspello: added tailwind and custom google auth, styled auth form. 2023-01-04 11:30:10 +01:00
src Upgrades Waspello to work with latest version (#1273) 2023-06-21 19:46:51 +02: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
env.server Upgrades Waspello to work with latest version (#1273) 2023-06-21 19:46:51 +02:00
fly.toml Waspello: updated readme + added deployment config. 2023-01-04 15:30:37 +01:00
main.wasp Upgrades Waspello to work with latest version (#1273) 2023-06-21 19:46:51 +02:00
postcss.config.cjs Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +01:00
README.md Upgrades Waspello to work with latest version (#1273) 2023-06-21 19:46:51 +02:00
tailwind.config.cjs Replaces Create React App with Vite (#1019) 2023-03-01 17:14:14 +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

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