The application consists of:
- an admin panel with Handlebars as view engine, to manage users and posts in AnimalApp.
- REST API to communicate with the React Native App. AnimalApp repo: https://github.com/leartgjoni/animal
1. npm install
2. npm start
3. open browser at: localhost:3000