- Clone this repository;
- Download and install the JDK latest version;
- Download, install and run MongoDB, and create the schema "cms";
- Preferrably use some IDE such as Eclipse or IntelliJ, otherwise, you'll need Maven installed and configured on your machine.
- In your IDE, import the app as Maven project and run a 'maven build' to force downloading and configuring dependencies. If you opted by not using some IDE, go to the project root folder via command line and build it with "mvn";
- Having compiled the project successfully, run it as 'Java Application' choosing the main class "com.avenue.blog.cms.Application";
- If no exception popped up in your console, try calling http://localhost:3001/api/products on your browser to see the results.