mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-27 14:55:20 +03:00
* Add README for [example/Waspello] (fix #663) * Fix typo * link to the wasp docs * Fix typo [example/Waspello] Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> * Mention the backend Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com> Co-authored-by: Max Khamrovskyi <maksim36ua@gmail.com>
This commit is contained in:
parent
4020295740
commit
6d0affac49
17
examples/waspello/README.md
Normal file
17
examples/waspello/README.md
Normal file
@ -0,0 +1,17 @@
|
||||
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`
|
Loading…
Reference in New Issue
Block a user