All Projects → callicoder → Spring Boot Mongodb Angular Todo App

callicoder / Spring Boot Mongodb Angular Todo App

A Sample App built using Spring Boot, Angular and MongoDB

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Spring Boot Mongodb Angular Todo App

Gemini
Model Driven REST framework to automatically generate CRUD APIs
Stars: ✭ 138 (+64.29%)
Mutual labels:  rest-api, spring-boot, spring, backend
Spring Boot Vuejs
Example project showing how to build a Spring Boot App providing a GUI with Vue.js
Stars: ✭ 1,818 (+2064.29%)
Mutual labels:  rest-api, spring-boot, backend, frontend
Cerberus
A demonstration of a completely stateless and RESTful token-based authorization system using JSON Web Tokens (JWT) and Spring Security.
Stars: ✭ 482 (+473.81%)
Mutual labels:  rest-api, spring-boot, spring
Springboot Starterkit
Starter Kit for Spring Boot based (REST APIs and WebMVC) micro services.
Stars: ✭ 596 (+609.52%)
Mutual labels:  mongodb, spring-boot, spring
Spring Boot Websocket Chat Demo
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Stars: ✭ 726 (+764.29%)
Mutual labels:  spring-boot, spring, tutorial
Tutorial
Java全栈知识架构体系总结
Stars: ✭ 407 (+384.52%)
Mutual labels:  mongodb, spring, tutorial
Curriculum
Dive into our 7-month web development program covering HTML, CSS, Javascript, Node, and React!
Stars: ✭ 453 (+439.29%)
Mutual labels:  mongodb, backend, frontend
Spring Boot Examples
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
Stars: ✭ 26,812 (+31819.05%)
Mutual labels:  mongodb, spring-boot, spring
Spring Boot Mysql Rest Api Tutorial
Building a Restful CRUD API using Spring Boot, Mysql, JPA and Hibernate
Stars: ✭ 279 (+232.14%)
Mutual labels:  rest-api, spring, tutorial
Curriculum
Overview of the different modules and learning goals of the program.
Stars: ✭ 40 (-52.38%)
Mutual labels:  mongodb, backend, frontend
Springbootunity
rabbitmq、redis、scheduled、socket、mongodb、Swagger2、spring data jpa、Thymeleaf、freemarker etc. (muti module spring boot project) (with spring boot framework,different bussiness scence with different technology。)
Stars: ✭ 845 (+905.95%)
Mutual labels:  mongodb, spring-boot, spring
Angular Tree Component
A simple yet powerful tree component for Angular (>=2)
Stars: ✭ 1,031 (+1127.38%)
Mutual labels:  frontend, angular4, angular5
Udash Core
Scala framework for building beautiful and maintainable web applications.
Stars: ✭ 405 (+382.14%)
Mutual labels:  rest-api, backend, frontend
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (+22715.48%)
Mutual labels:  rest-api, mongodb, backend
All Things Cqrs
Comprehensive guide to a couple of possible ways of synchronizing two states with Spring tools. Synchronization is shown by separating command and queries in a simple CQRS application.
Stars: ✭ 474 (+464.29%)
Mutual labels:  mongodb, spring-boot, spring
Java Spring Cloud
Distributed tracing for Spring Boot, Cloud and other Spring projects
Stars: ✭ 326 (+288.1%)
Mutual labels:  mongodb, spring-boot, spring
Retrofit Spring Boot Starter
A springboot starter for retrofit, and supports many functional feature enhancements, greatly simplifying development.(实现了Retrofit与spring-boot框架快速整合,并支持了诸多功能增强,极大简化开发)
Stars: ✭ 658 (+683.33%)
Mutual labels:  rest-api, spring-boot, spring
Node Javascript Ecommerce
Build ECommece Like Amazona Using Vanilla JS
Stars: ✭ 57 (-32.14%)
Mutual labels:  mongodb, backend, frontend
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+159.52%)
Mutual labels:  rest-api, mongodb, frontend
Spring Boot Demo
Spring Boot & Spring Cloud & Spring Security Demo Case(Spring学习示例实战项目)
Stars: ✭ 255 (+203.57%)
Mutual labels:  mongodb, spring-boot, spring

Spring Boot, MongoDB, Angular Restful API Tutorial

Build a Fully-Fledged Todo App with Spring Boot & MongoDB in the Backend and Angular in the frontend.

Requirements

  1. Java - 1.8.x

  2. Maven - 3.x.x

  3. MongoDB - 3.x.x

Steps to Setup

1. Clone the application

git clone https://github.com/callicoder/spring-boot-mongodb-angular-todo-app.git

2. Build and run the backend app using maven

cd spring-boot-backend
mvn package
java -jar target/todoapp-1.0.0.jar

Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

The backend server will start at http://localhost:8080.

3. Run the frontend app using npm

cd angular-frontend
npm install
npm start

Frontend server will run on http://localhost:4200

Learn more

You can find the tutorial for this application on my blog -

https://www.callicoder.com/spring-boot-mongodb-angular-js-rest-api-tutorial/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].