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
|
2024-01-12 19:42:53 +03:00
|
|
|
Wasp needs the Postgres database running.
|
2022-10-12 14:39:23 +03:00
|
|
|
|
2024-01-12 19:42:53 +03:00
|
|
|
Easiest way to do this is to use `wasp start db` to start a PostgreSQL locally using Docker.
|
2023-06-21 20:46:51 +03:00
|
|
|
|
|
|
|
### 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`
|