This app is free and colaborative. Requires no authentication or previous registration. You can create, edit and delete any post or comments freely.
There are no moderators. So we ask you to post only positive messages.
First, clone the project:
git clone
To get application up:
- Install and start the API server:
cd api-server
npm install
node server.js
- Once the API server is running you can install and start the frontend application:
cd ../frontend
npm install
npm start
Information about the API server and how to use it can be found in its API README file.
Information about the Frontend and how to use it can be found in its Frontend README file.