Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ankitjaadoo/spring_angular_todo
- Owner: ankitjaadoo
- License: mit
- Created: 2020-04-02T07:57:14.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T00:21:47.000Z (over 4 years ago)
- Last Synced: 2024-11-05T12:12:43.375Z (2 months ago)
- Language: Java
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 frameworksThe 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**