Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 457 Bytes

File metadata and controls

13 lines (9 loc) · 457 Bytes

Readable

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.

Installation

To install

  1. run npm install at the api-server directory
  2. run npm install at the frontend directory

To launch

  1. run node server.js at the api-server directory
  2. run npm start at the frontend directory