Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitjaadoo/spring_angular_todo

This application is a basic TODO application based on Spring MVC, Angular 5 and Java APIs to make the connection between both the frameworks
https://github.com/ankitjaadoo/spring_angular_todo

Last synced: 17 days ago
JSON representation

This application is a basic TODO application based on Spring MVC, Angular 5 and Java APIs to make the connection between both the frameworks

Awesome Lists containing this project

README

        

# spring_angular_TODO
This application is a basic TODO application based on Spring MVC, Angular 5 and Java APIs to make the connection between both the frameworks

The angular app is stationed under the folder book-portal and the spring app is stored under the src folder.

API endpoints exposed are:

/admin

/admin/view

/api/v1/books

api/v1/books/:id

To start the application, move to the root angular directory and run this command: **npm start** or **ng serve**