h4r1337
602c57bd33
Added header to example apps that points to their source code
2022-07-08 17:53:43 +02:00
Filip Sodić
2783c97bc0
[Examples] Fix realworld Wasp example app ( #561 )
...
* Fix errors in realworld Wasp app
* Fix errors in realworld Wasp app
* Fix identation
* Add database migration for cascading comments
2022-04-14 16:35:01 +02:00
Martin Šošić
f9e8f88b66
Upgraded to Prisma 2.21 (stable migrations) + postgre can be used in local dev.
...
- `wasp db migrate-save` and `wasp db migrate-up` got replaced with `wasp db migrate-dev`.
- Wasp now has a declarative way to express which db is used, postgresql or sqlite: `db { system: PostgreSQL }`.
- Prisma is now at the latest version, 2.21. PSL parser was upgraded to work with this.
- PostgreSQL can now be used for local development.
- We migrated examples/realworld to work with this new version of Wasp.
2021-04-21 14:06:25 +02:00
Matija Sosic
e83f745f45
RWA: fixed 'read more' button.
2021-02-10 16:32:16 +01:00
Matija Sosic
2cefd236a7
RWA example: temporarily disabled adding tags because of Prisma error.
2021-02-10 15:59:49 +01:00
Matija Sosic
4bd68ee56b
Added material-ui to RWA example.
2021-02-10 14:33:26 +01:00
Matija Sosic
68155711e8
Implemented FE ACL & updated the examples. ( #165 )
...
* Implemented FE ACL & updated the examples.
* PR fixes, fixed tests.
2021-02-01 16:32:07 +01:00
Matija Sosic
242c51f6a8
Made auth more flexible - not generating pages & routes anymore, just the forms. ( #161 )
2021-01-25 19:39:50 +01:00
Martin Sosic
ec015c1357
Final polishing of first version of RWA.
2020-12-01 18:48:39 +01:00
Martin Sosic
0eaebec479
RWA now uses new 'create user' feature.
2020-12-01 15:19:45 +01:00
Martin Sosic
3877ef27e9
Structured files better.
2020-11-30 18:11:48 +01:00
Martin Sosic
9762e85dbf
Finished implementing pagination for articles.
2020-11-30 15:00:32 +01:00
Martin Sosic
10450e55a8
Started working on pagination.
2020-11-27 22:52:38 +01:00
Martin Sosic
06ad27192f
Organized operations into multiple files.
2020-11-27 21:47:12 +01:00