The goal of this project is to discover Angular by creating a forum where you can find subjects and associated posts. You can create, update or delete all resources depending on your role (if you create a resource, you can update and delete it).
You can run this project locally by following the instructions below.
cd back/pocketbase_0.22.14_linux_amd64/
If this doesn't fit your architecture or OS, you can download other versions here.- Run
./pocketbase serve - Through http://127.0.0.1:8090/, you can import, via the settings page, the file
pb_schema.jsonto populate your database.
cd front- Run
ng servefor a dev server. - Navigate to
http://localhost:4200/. j The application will automatically reload if you change any of the source files.
This project was generated with Angular CLI version 18.0.5.
- First, you need to login you with email address and password. You can add a new account using the pocketbase interface.
- Now, you can create a subject or edit/delete a subject if you are the owner of this subject. You can open any subject.
- In a subject, you can see all the associated posts. You can create a new post on the list. If you are the owner of a post, you can edit or delete it.


