mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 03:53:14 +03:00
18 lines
454 B
Markdown
18 lines
454 B
Markdown
|
Waspello
|
||
|
=========
|
||
|
|
||
|
**Waspello** is a trello clone app made with Wasp.
|
||
|
|
||
|
This app is deployed at [https://waspello.netlify.app/](https://waspello.netlify.app/).
|
||
|
|
||
|
The backend is hosted on Heroku - [@matijaSos](https://github.com/matijaSos)
|
||
|
|
||
|
# 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)
|
||
|
|
||
|
|
||
|
### Running
|
||
|
`wasp start`
|