This project consists in list of posts, that are manageable by the user.
You can add or edit a post in one of the categories and add or edit this comments as well.
To launch the project read the sections below.
- Install and start the API server
cd api-servernpm installnode server
- In another terminal window, run:
cd leuturanpm installnpm start
Information about the API server and how to use it can be found in its README file.