An animal's blog . It works on MEN stack using all the CRUD operations.The routes are RESTful. It's is user friendly and a layman who don't know about development too can use it. It is responsive and works on mobile devices too.
1.Clone the repository to your local environment with nodeJS and mongoDB and you are ready to go. Install all the dependency packages from package.json file in your local system
For local database,change the mongoose.connect line in the code with yours mongodb://localhost/ ,and you will be good to go.
2.You can fork the project and make the changes you want without changing the original project.