Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app

A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend
https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app

angular4 mongodb restful-api spring-boot spring-data-mongo

Last synced: 3 days ago
JSON representation

A simple TODO app built with Spring Boot, MongoDB at backend and Angular 4 at frontend

Awesome Lists containing this project

README

        

# Spring Boot, MongoDB, Angular 4, RESTFul API

Build TODO Application using Spring Boot, MongoDB, REST API with AngularJS

## Requirements

1. Java - 1.8.x

2. Maven - 3.x.x

3. MongoDB - 3.x.x

4. Angular CI - 4.x.x

## Steps to Setup

**1. Clone the application**

```bash
git clone https://github.com/shuvro/spring-boot-mongodb-rest-api-angular4-todo-app.git
```

**2. Build and run the backend app using maven**

```bash
mvn spring-boot:run
```

The backend server will start at .

**3. Run the frontend app using npm**

```bash
cd todo-frontend
npm install
```

```bash
npm start
```

Frontend server will run on