This is a content and comment web app. Users will be able to post content to predefined categories, comment on their posts and other users' posts, and vote on posts and comments. Users will also be able to edit and delete posts and comments.
- Install packages:
yarn install
- Launch server:
node server
- Unless modified in
config.js
server will use port 5001
- Navigate to the "readable" folder:
cd readable
- Install packages:
yarn install
- Run:
yarn run start