2023-02-15 01:04:01 +03:00
Waspello
2022-10-12 14:39:23 +03:00
=========
**Waspello** is a trello clone app made with Wasp.
2023-01-04 17:30:37 +03:00
This app is deployed on Netlify at [https://waspello-demo.netlify.app/ ](https://waspello-demo.netlify.app/ ).
2022-10-12 14:39:23 +03:00
2023-01-04 17:30:37 +03:00
The backend is hosted on Fly.io at https://waspello.fly.dev.
2022-10-12 14:39:23 +03:00
# Development
### Database
Wasp needs the Postgres database running. Check out the docs for details on [how to setup PostgreSQL ](https://wasp-lang.dev/docs/language/features#postgresql )
2023-06-21 20:46:51 +03:00
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.
2022-10-12 14:39:23 +03:00
### Running
2023-06-21 20:46:51 +03:00
2022-10-12 14:39:23 +03:00
`wasp start`