Commit Graph

21 Commits

Author SHA1 Message Date
Filip Sodić
210a43d781
Fix broken link in realworld README 2022-04-14 16:49:24 +02:00
Martin Sosic
0785378a53 Added information on where the examples are deployed. 2021-10-06 16:16:41 +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
Martin Sosic
ec015c1357 Final polishing of first version of RWA. 2020-12-01 18:48:39 +01:00
Martin Šošić
e9f4af07d7
Update examples/realworld/README.md
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:28:28 +01:00
Martin Šošić
32f7736395
Update examples/realworld/README.md
Co-authored-by: Matija Sosic <matija.sosic@gmail.com>
2020-12-01 18:27:31 +01:00
Martin Sosic
0eaebec479 RWA now uses new 'create user' feature. 2020-12-01 15:19:45 +01:00
Martin Sosic
c1615656ad Updated README with experiences while developing RWA. 2020-11-30 17:53:21 +01:00
Martin Sosic
49f7684141 Implemented articles lists on home page. 2020-11-27 18:49:54 +01:00
Martin Sosic
cdb7484279 Tags are working again! 2020-11-27 14:25:47 +01:00
Martin Sosic
57412b8b3c Added favorited articles. 2020-11-26 22:48:35 +01:00
Martin Sosic
609bb19846 Added popular tags to homepage. 2020-11-26 16:35:38 +01:00
Martin Sosic
5c63faaab8 Tags can now be deleted. 2020-11-25 22:33:48 +01:00
Martin Sosic
c58234650c progress 2020-11-25 18:27:41 +01:00
Martin Sosic
d6a1287c97 Added tags to articles. 2020-11-25 16:25:26 +01:00
Martin Sosic
2dff4efe10 Added comments. 2020-11-24 22:57:14 +01:00
Martin Sosic
7f3ccb8af6 Added article slug. 2020-11-24 21:11:37 +01:00
Martin Sosic
08238e69b2 Made more progress. 2020-11-24 20:39:36 +01:00
Martin Sosic
85d8f5066c More progress. 2020-11-23 17:31:03 +01:00
Martin Sosic
26ad50c147 Realworld example: Mostly finalized signup/login logic. 2020-11-17 11:49:10 +01:00
Martin Sosic
74c3d94bac Wrote some initial code for realworld example. 2020-10-30 20:18:17 +01:00