This is an application with an API written in NodeJs and frontend written in AngularJs. It is a bookstore App that enables a user to add books and genres and manipulation.
The video tutorial that can help you come up with a project like this can be found Here
- Ensure to have mongodb, you can download it here
- Also install express and create a bookstore database, follow the tutorial here
Just clone this repo or download it and run npm install to install all dependencies. After run node app or nodemon to start.
You can use Resteasy which is a chrome app or Postman which is also a chrome app or any other client that tests API endpoints.