This app allows users to read and manage posts. Users can create, edit and delete posts. Users can also filter posts by category. Additionally, users can add, edit and delete comments to posts.
To install
- run
npm install
at theapi-server
directory - run
npm install
at thefrontend
directory
To launch
- run
node server.js
at theapi-server
directory - run
npm start
at thefrontend
directory